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
Currently TC-SpMM still uses wmma abstractions for tensorization, which is not flexible and uses too much shared memory resources. We can turn to use MMA intrinsics instead to directly load non-contiguous global memory into warp-level memory and bypass the abstraction of fragments.
The text was updated successfully, but these errors were encountered:
Currently TC-SpMM still uses wmma abstractions for tensorization, which is not flexible and uses too much shared memory resources. We can turn to use MMA intrinsics instead to directly load non-contiguous global memory into warp-level memory and bypass the abstraction of fragments.
The text was updated successfully, but these errors were encountered: