You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/19 08:56:36 UTC

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #4369: [Runtime] Add cusparse for sparse dense

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:
users@infra.apache.org


With regards,
Apache Git Services