hipBLASLt icon indicating copy to clipboard operation
hipBLASLt copied to clipboard

Add gfx1150 platform

Open AndySu12 opened this issue 2 years ago • 2 comments

  • add gfx1150 configurations
  • add navi3.5 yamls from navi32

AndySu12 avatar Apr 17 '24 04:04 AndySu12

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.

StaceyLai avatar Sep 25 '24 04:09 StaceyLai