1 #ifndef SEARCH_SPACE_OPTIONS_H 2 #define SEARCH_SPACE_OPTIONS_H 10 namespace Autoscheduler {
22 aslog(1) <<
"Search space options:\n";
23 aslog(1) <<
"Input string: " << bit_str <<
"\n";
67 #endif // SEARCH_SPACE_OPTIONS_H bool compute_at_block_only() const
static constexpr size_t option_compute_at_block
bool compute_inline() const
static constexpr size_t option_compute_inline
bool compute_root() const
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
bool compute_at_thread() const
bool compute_root_only() const
static constexpr size_t option_compute_root
bool compute_at_block() const
static constexpr size_t option_compute_at_thread
SearchSpaceOptions(const std::string &bit_str)
Not visible externally, similar to 'static' linkage in C.
bool compute_at_thread_only() const
bool compute_inline_only() const