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_r347797396
########## 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: Just curious. If cuSPARSE comes from the normal CUDA, can we simplify this tag by always enabling it when USE_CUDA is ON? I have the same concern as cuBLAS too several months ago but didn't get a chance to follow up. ---------------------------------------------------------------- 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
