ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 230 forks source link

Temporarily disable igemm wrw solvers for bfloat16 unless device is gfx92 #3362

Closed BrianHarrisonAMD closed 3 weeks ago

BrianHarrisonAMD commented 3 weeks ago

Temporarily disable solvers that are failing on MI200 to prevent test failures.

averinevg commented 3 weeks ago

@BrianHarrisonAMD @CAHEK7 @bghimireamd @iq136boy @junliume @bpepers-me We must wrap temporary changes using #if and #endif directives. If we don't, these changes will remain here forever. It is impossible to remember everything, and the sheet with notes can be lost, and the file with notes can be deleted, so we usually use the following macros:

Look for examples in the library code. Also there must also be an issue or ticket, the number of which is specified in the macro.