ROCm / hipSOLVER

ROCm SOLVER marshalling library
https://rocm.docs.amd.com/projects/hipSOLVER/en/latest/
MIT License
22 stars 21 forks source link

Fix benchmark client built without sparse functionality #242

Closed tfalders closed 2 months ago

tfalders commented 2 months ago

Due to a small oversight, hipsolver-bench does not build correctly when building without sparse functionality. This PR should address that.

Credit to @jibrealkhan for discovering the failure.