cylinbao commented on a change in pull request #4369: [Runtime] Add cusparse for sparse dense URL: https://github.com/apache/incubator-tvm/pull/4369#discussion_r348194992
########## 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: The checking also stuck on the the point needing the cusparse modules. @tqchen Could you re-generate the CIs with USE_CUSPARSE ON in the config.cmake? ---------------------------------------------------------------- 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
