hipBLASLt
hipBLASLt copied to clipboard
Add gfx1150 platform
- add gfx1150 configurations
- add navi3.5 yamls from navi32
If your commit involves changes to a YAML file, please take note.
Due to PR-1117 (https://github.com/ROCm/hipBLASLt/pull/1117) adding ActivationType: hipblaslt_all, all YAML files now need to include the ActivationType field if Activation: true (for hipblaslt logic YAML, use ActivationType: hipblaslt_all (not all); for tensile test YAML, you can use either all or hipblaslt_all).
Correspondingly, in the Logic YAML filename, the _A that originally represented ActivationType: all should also be changed to _HA. These changes have been implemented in PR-1117.