Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flags.h File Reference
#include <gflags/gflags.h>
#include <glog/logging.h>
Include dependency graph for flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tc
 
 tc::python
 

Functions

 tc::DECLARE_bool (debug_lang)
 
 tc::DECLARE_bool (debug_halide)
 
 tc::DECLARE_bool (debug_tc_mapper)
 
 tc::DECLARE_bool (debug_cuda)
 
 tc::DECLARE_bool (debug_tuner)
 
 tc::DECLARE_bool (dump_cuda)
 
 tc::DECLARE_bool (llvm_dump_ir)
 
 tc::DECLARE_uint32 (benchmark_warmup)
 
 tc::DECLARE_uint32 (benchmark_iterations)
 
 tc::DECLARE_uint32 (tuner_gen_pop_size)
 
 tc::DECLARE_uint32 (tuner_gen_crossover_rate)
 
 tc::DECLARE_uint32 (tuner_gen_mutation_rate)
 
 tc::DECLARE_uint32 (tuner_gen_generations)
 
 tc::DECLARE_uint32 (tuner_gen_number_elites)
 
 tc::DECLARE_uint32 (tuner_threads)
 
 tc::DECLARE_string (tuner_gpus)
 
 tc::DECLARE_bool (tuner_print_best)
 
 tc::DECLARE_string (tuner_proto)
 
 tc::DECLARE_string (tuner_rng_restore)
 
 tc::DECLARE_bool (tuner_gen_restore_from_proto)
 
 tc::DECLARE_uint32 (tuner_gen_restore_number)
 
 tc::DECLARE_bool (tuner_gen_log_generations)
 
 tc::DECLARE_uint64 (tuner_min_launch_total_threads)
 
 tc::DECLARE_int64 (random_seed)
 
 tc::DECLARE_bool (schedule_tree_verbose_validation)
 
uint64_t tc::initRandomSeed ()
 
const uint64_t & tc::randomSeed ()
 
bool tc::python::globalDebugGflagsGlogInit (int *pargc, char ***pargv)