hipBLASLt icon indicating copy to clipboard operation
hipBLASLt copied to clipboard

Skip clock reset if rocm-smi is not available.

Open stellaraccident opened this issue 8 months ago • 1 comments

  • Pinning clocks was already conditioned on this, so the cleanup logic should also be.
  • Also removes a windows.h #define that was causing trouble.

stellaraccident avatar Apr 30 '25 01:04 stellaraccident

~~Library will work without freq, but TensileLite will not work properly if freq is not present. If freq is none then efficiency calculation is not supported. On Windows, it's better to add a message that eff is not support on this platform.~~

Edit: The freq has changed using hip python API, so the only difference is to set the GPU status to do the benchmarks.

KKyang avatar Apr 30 '25 01:04 KKyang