masahi commented on code in PR #16413:
URL: https://github.com/apache/tvm/pull/16413#discussion_r1456393932


##########
src/runtime/contrib/cublas/cublas_utils.h:
##########
@@ -80,7 +80,13 @@ struct CuBlasThreadEntry {
 struct CuBlasLtThreadEntry {
   CuBlasLtThreadEntry();
   ~CuBlasLtThreadEntry();
+
   cublasLtHandle_t handle{nullptr};
+  cublasLtMatmulPreference_t matmul_pref_desc{nullptr};
+  void* workspace_ptr{nullptr};
+  // 32MB workspace.
+  constexpr const static size_t workspace_size = 33554432;

Review Comment:
   What's special about this particular size?



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to