SWDEV-475568 - Fix compiling issues

Fix compiling issues of "make perf_test" under
hip-tests.

Change-Id: Ib03328a2fb13375fa44626a42202b1eeb177b8b2


[ROCm/hip-tests commit: a2f37dfa3a]
This commit is contained in:
taosang2
2024-07-24 16:10:27 -04:00
committed by Rakesh Roy
parent ad52c74707
commit bb901bef4a
7 changed files with 50 additions and 49 deletions
@@ -89,7 +89,7 @@ TEST_CASE("Perf_hipPerfDispatchSpeed") {
int p_gpuDevice = 0;
int p_tests = -1;
hipError_t err = hipSuccess;
hipDeviceProp_t props = {0};
hipDeviceProp_t props;
HIP_CHECK(hipGetDeviceProperties(&props, p_gpuDevice));
unsigned int testListSize = sizeof(testList) / sizeof(testStruct);