SWDEV-467854 - [catch2][dtest] Functional testcases for hipGetProcAddress API - Part 2

Change-Id: I4619f8e69b75d1193e98adce2707bf7876b1ba59
This commit is contained in:
Rambabu Swargam
2024-07-12 20:55:55 +05:30
committed by Rakesh Roy
parent 5fd10bc7bc
commit 7fb9301d6b
16 changed files with 6132 additions and 237 deletions
@@ -8,6 +8,11 @@ set(TEST_SRC
hipStreamPerThrdCompilerOptn.cc
)
if(HIP_PLATFORM MATCHES "amd")
set(TEST_SRC ${TEST_SRC}
hipGetProcAddressSptApis.cc)
endif()
if(HIP_PLATFORM MATCHES "amd")
set_source_files_properties(hipStreamPerThrdCompilerOptn.cc PROPERTIES COMPILE_OPTIONS "-fgpu-default-stream=per-thread")
endif()