Hemant Ranvir
Results
1
issues of
Hemant Ranvir
I have installed torch_tvm with cuda/opencl support by enabling the following options: https://github.com/dmlc/tvm/blob/master/cmake/config.cmake#L32 https://github.com/dmlc/tvm/blob/master/cmake/config.cmake#L129 https://github.com/dmlc/tvm/blob/master/cmake/config.cmake#L132 Trying to compare the cpu vs gpu performance by running the following test: https://github.com/pytorch/tvm/blob/master/test/benchmarks.py -...