-
- Downloads
Update topi/cuda schedules to use target.max_num_threads (#577)
* update topi/cuda schedules to use target.max_num_threads * allow num_thread to be larger than cuda.max_num_threads * remove get_max_num_threads and make it inline
Showing
- topi/python/topi/cuda/conv2d_nchw.py 7 additions, 4 deletionstopi/python/topi/cuda/conv2d_nchw.py
- topi/python/topi/cuda/depthwise_conv2d.py 7 additions, 2 deletionstopi/python/topi/cuda/depthwise_conv2d.py
- topi/python/topi/cuda/injective.py 1 addition, 3 deletionstopi/python/topi/cuda/injective.py
- topi/python/topi/cuda/pooling.py 1 addition, 1 deletiontopi/python/topi/cuda/pooling.py
- topi/python/topi/cuda/reduction.py 6 additions, 1 deletiontopi/python/topi/cuda/reduction.py
- topi/python/topi/generic/nn.py 17 additions, 0 deletionstopi/python/topi/generic/nn.py
- topi/tests/python/test_topi_depthwise_conv2d.py 5 additions, 4 deletionstopi/tests/python/test_topi_depthwise_conv2d.py
- topi/tests/python/test_topi_relu.py 2 additions, 1 deletiontopi/tests/python/test_topi_relu.py
Please register or sign in to comment