1#ifndef SEARCH_SPACE_OPTIONS_H
2#define SEARCH_SPACE_OPTIONS_H
10namespace Autoscheduler {
22 aslog(1) <<
"Search space options:\n";
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Internal::ConstantInterval cast(Type t, const Internal::ConstantInterval &a)
Cast operators for ConstantIntervals.
SearchSpaceOptions(const std::string &bit_str)
static constexpr size_t option_compute_at_thread
bool compute_inline_only() const
bool compute_at_thread_only() const
static constexpr size_t option_compute_root
static constexpr size_t option_compute_at_block
bool compute_at_block() const
bool compute_at_block_only() const
bool compute_root_only() const
bool compute_root() const
static constexpr size_t option_compute_inline
bool compute_inline() const
bool compute_at_thread() const