EnvVar | Default | Description |
---|---|---|
SOL_CWD | “.” | Overrides the folder used to store the .sol folder. Default is the current directory. |
SOL_LOG | “INFO” | Defines SOL log level. Available values: [‘TRACE’, ‘DEBUG’, ‘INFO’, ‘WARN’, ‘ERROR’] |
SOL_PROFILE | “FALSE:ALL:” | Enables SOL profiler. Accepted format is MODE:DATA:FILENAME with MODE : [‘FALSE’, ‘TRUE’, ‘TSV’, ‘CSV’, ‘TENSORBOARD’], DATA : [‘ALL’, ‘PERFORMANCE’, ‘MEMORY’] and FILENAME as valid filename to write the performance data to. DATA and FILENAME are optional. |
SOL_DEBUG | Comma separated list of debug flags. Available values [‘ALL’, ‘JIT’, ‘GRAPH’, ‘TEXT’, ‘MEMORY’] | |
SOL_CLEAR_CACHE | Similar to sol.cache.clear() . Available values: [‘TRUE’] |
|
SOL_JIT_THREADS | Sets the max number of parallel JIT compilation processes. Default: (number of physical cores - 1) |
|
DOT | “dot” | Path to GraphViz dot |
Device specific env vars are listed in the respective section ( X86, NVIDIA, NEC SX-Aurora )