ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
208 stars 143 forks source link

Filter unprocessed kernels #1964

Closed bstefanuk closed 1 month ago

bstefanuk commented 1 month ago

Simple refactor in TensileCreateLibrary, creating a function to filter kernels that failed source processing.

Testing

Unit tests included

Notable changes

None