Hello! I want to get the maximum number of blocks that CUDA can support in TVM. Just like thread, I can use “tvm.target.Target.current(allow_none=False).max_num_threads” to get the “max_num_threads”. Is there a similar statement for CUDA block?
Hello! I want to get the maximum number of blocks that CUDA can support in TVM. Just like thread, I can use “tvm.target.Target.current(allow_none=False).max_num_threads” to get the “max_num_threads”. Is there a similar statement for CUDA block?