SWDEV-475568 - Fix compiling issues

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

Change-Id: Ib03328a2fb13375fa44626a42202b1eeb177b8b2


[ROCm/hip-tests commit: a2f37dfa3a]
이 커밋은 다음에 포함됨:
taosang2
2024-07-24 16:10:27 -04:00
커밋한 사람 Rakesh Roy
부모 ad52c74707
커밋 bb901bef4a
7개의 변경된 파일50개의 추가작업 그리고 49개의 파일을 삭제
+1 -1
파일 보기
@@ -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);