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
40 stars 57 forks source link

Predicate arithmetic #853

Open adityalj opened 1 week ago

adityalj commented 1 week ago

Its ported from https://github.com/ROCm/Tensile/pull/1850/files#top

This PR facilitates testing of contraction problem arithmetic intensity calculator. We are yet to figure out integration of HostLibraryTests in hipBLASLt repo.

KKyang commented 1 week ago

You might need to rebase the code since we just fixed the broken CI.