comaniac commented on a change in pull request #4369: [Runtime] Add cusparse for sparse dense URL: https://github.com/apache/incubator-tvm/pull/4369#discussion_r348129443
########## File path: docker/install/install_tvm_gpu.sh ########## @@ -29,6 +29,7 @@ git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470 echo set\(USE_LLVM llvm-config-8\) >> config.cmake echo set\(USE_CUDA ON\) >> config.cmake echo set\(USE_CUDNN ON\) >> config.cmake +echo set\(USE_CUSPARSE ON\) >> config.cmake Review comment: I don't think CI uses this file to install TVM tho. You probably need to ask an admin to do so. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
