Unverified Commit c04b5bc7 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

disabling cuda11 apis (#3635)

parent 90f10b31
...@@ -16,7 +16,7 @@ using namespace dgl::runtime; ...@@ -16,7 +16,7 @@ using namespace dgl::runtime;
namespace aten { namespace aten {
namespace cusparse { namespace cusparse {
#if __CUDACC_VER_MAJOR__ == 11 #if 0 // disabling CUDA 11.0+ implementation for now because of problems on bigger graphs
/*! \brief Cusparse implementation of SpGEMM on Csr format for CUDA 11.0+ */ /*! \brief Cusparse implementation of SpGEMM on Csr format for CUDA 11.0+ */
template <typename DType, typename IdType> template <typename DType, typename IdType>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment