ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
218 stars 147 forks source link

Fix HostLibraryTests on gfx942 #1851

Closed AlexBrownAMD closed 10 months ago

AlexBrownAMD commented 10 months ago

Test errors were caused by missing sample libraries. gfx942 cannot load libs marked gfx940. This change adds sample libs for gfx942.

nakajee commented 10 months ago

Thanks for your quick update!!! Can we have gfx941 as well?

AlexBrownAMD commented 10 months ago

Added sample lib for 941 tests as well. Tested locally on 941 and 942 and all tests passed.