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_r347800352
########## 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: btw, based on this flag the CI still needs to be updated, because `config.cmake` on the CI is fixed. ---------------------------------------------------------------- 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
