SWDEV-467854 - [catch2][dtest] Functional testcases for hipGetProcAddress API - Part 2
Change-Id: I4619f8e69b75d1193e98adce2707bf7876b1ba59
This commit is contained in:
committed by
Rakesh Roy
parent
5fd10bc7bc
commit
7fb9301d6b
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user