Halide
12.0.1
Halide compiler and libraries
|
#include <Cache.h>
Static Public Member Functions | |
static CachingOptions | MakeOptionsFromEnviron () |
Public Attributes | |
bool | cache_blocks = false |
bool | cache_features = false |
|
inlinestatic |
Definition at line 86 of file Cache.h.
References cache_blocks, cache_features, Halide::Internal::Autoscheduler::is_memoize_blocks_enabled(), and Halide::Internal::Autoscheduler::use_memoized_features().
bool Halide::Internal::Autoscheduler::CachingOptions::cache_blocks = false |
Definition at line 83 of file Cache.h.
Referenced by Halide::Internal::Autoscheduler::Cache::Cache(), and MakeOptionsFromEnviron().
bool Halide::Internal::Autoscheduler::CachingOptions::cache_features = false |
Definition at line 84 of file Cache.h.
Referenced by MakeOptionsFromEnviron().