tvm
Classes | Namespaces
compilation_config.h File Reference

A helper class to collect all the targets in canonical form necessary for compilation. CAUTION: Preliminary, currently only used to support device planning, very likely to change. More...

#include <tvm/target/se_scope.h>
Include dependency graph for compilation_config.h:

Go to the source code of this file.

Classes

class  tvm::CompilationConfigNode
 Gathers the Targets and distinguished SEScopes in canonical form needed to compile a Relay module. All centralizes any setup and validation logic needed to transition from configuration options conveyed implicitly (eg in PassContexts) or explicitly (eg a a list of Targets) to the configuration. More...
 
class  tvm::CompilationConfig
 Managed reference class to CompilationConfig. More...
 

Namespaces

 tvm
 Performance counters for profiling via the PAPI library.
 

Detailed Description

A helper class to collect all the targets in canonical form necessary for compilation. CAUTION: Preliminary, currently only used to support device planning, very likely to change.