You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently learning CUTLASS and cuBLASdx and I have a question. multiblock_gemm.cu only allows K that fits in smem. I believe it can be extended to larger K following the splitK pattern here, but I am not quite sure how to implement this, I would appreciate suggestions!
The text was updated successfully, but these errors were encountered:
Hello!
I am currently learning CUTLASS and cuBLASdx and I have a question.
multiblock_gemm.cu
only allows K that fits in smem. I believe it can be extended to larger K following the splitK pattern here, but I am not quite sure how to implement this, I would appreciate suggestions!The text was updated successfully, but these errors were encountered: