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_r348102089
########## File path: cmake/config.cmake ########## @@ -151,6 +151,9 @@ set(USE_CUDNN OFF) # Whether use cuBLAS set(USE_CUBLAS OFF) +# Whether use cuSPARSE +set(USE_CUSPARSE OFF) Review comment: Thanks for the reminding! will fix it! and I think by specifying the USE_CUBLAS and USE_CUSPARSE flags, it can still help TVM do not link some unneeded lib files. So I guess the those two flags still fit the purpose? ---------------------------------------------------------------- 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
