ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
64 stars 89 forks source link

Refactoy the pack scheduling for scheduleIterAlg = 3. #1358

Open vin-huang opened 1 week ago

vin-huang commented 1 week ago

There are three tracks for the sparse MM. so, needed to make sure the pack items that are required will be poped in each iter.

[idea]