masahi commented on a change in pull request #4550: [Perf] Add CublasLt extern
support for better Igemm performance
URL: https://github.com/apache/incubator-tvm/pull/4550#discussion_r360670694
##########
File path: src/runtime/contrib/cublas/cublas.cc
##########
@@ -342,13 +434,34 @@ TVM_REGISTER_GLOBAL("tvm.contrib.cublas.matmul")
}
});
+TVM_REGISTER_GLOBAL("tvm.contrib.cublaslt.matmul")
Review comment:
I think this registration should be guarded with if CUDART_VERSION >= 10010,
rather then giving runtime error at L455
----------------------------------------------------------------
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