codeplaysoftware / cutlass-fork

CUDA Templates for Linear Algebra Subroutines
Other
8 stars 20 forks source link

[FEA] Need gemm support on SM90 #134

Open mgrabban opened 2 months ago

mgrabban commented 2 months ago

Currently on SM90, gemm is not supported in sycl cutlass. When will this support be added? I do see #126

AD2605 commented 2 months ago

Hi,

Yes, #126 will be adding SM-90 GEMM support. The reason it is draft it is because we are currently waiting on a few dpcpp/unified-runtime PRs to go in, namely intel/llvm#15061 and oneapi-src/unified-runtime#1968 , after which we will be able to merge our changes.