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
49 stars 80 forks source link

Port negative WGM from Tensile #872

Closed KKyang closed 3 months ago

KKyang commented 3 months ago

https://github.com/ROCm/Tensile/commit/d76408a4a939ebc8187145162247b333e9ee47a9

aazz44ss commented 3 months ago

grouped gemm failed to run with WGM<0

terminate called after throwing an instance of 'std::runtime_error' what(): Error in /root/hipBLASLt/tensilelite/Tensile/Source/lib/source/ContractionSolution.cpp:964: sizeMapping.workGroupMapping >= 0

KKyang commented 3 months ago

grouped gemm failed to run with WGM<0

terminate called after throwing an instance of 'std::runtime_error' what(): Error in /root/hipBLASLt/tensilelite/Tensile/Source/lib/source/ContractionSolution.cpp:964: sizeMapping.workGroupMapping >= 0

fixed

KKyang commented 3 months ago

gfx942 local test passed