19 #ifndef TVM_META_SCHEDULE_SCHEDULE_CUDA_THREAD_BIND_H_
20 #define TVM_META_SCHEDULE_SCHEDULE_CUDA_THREAD_BIND_H_
29 namespace meta_schedule {
39 ffi::Array<Integer> thread_extents);
52 int64_t max_threadblocks, int64_t max_threads_per_block,
64 int64_t max_threadblocks, int64_t max_threads_per_block,
65 std::function<
s_tir::ExprRV(int64_t max_extent)> get_factor =
nullptr);
Reference to PrimExprNode.
Definition: expr.h:124
Managed reference to LoopRVNode.
Definition: schedule.h:88
Managed reference to SBlockRVNode.
Definition: schedule.h:65
Managed reference to ScheduleNode.
Definition: schedule.h:897
PrimExpr ExprRV
An expr random variable.
Definition: schedule.h:98
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37