SWDEV-394940 Enabling basic testcases with HIPRTC apis for supported compiler options & also with combination of compiler options

Change-Id: If762335c9258fa6b0a49d53c54c0508fb7987056
This commit is contained in:
poojajs
2024-02-14 21:42:12 +05:30
committed by Rakesh Roy
parent db06a007c4
commit 72f2f3187b
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ add_custom_target(copyRtcHeaders ALL
if(UNIX)
set(AMD_TEST_SRC ${AMD_TEST_SRC}
RtcFunctions.cpp
RtcUtility.cpp)
RtcUtility.cpp
hiprtcComplrOptnTesting.cc)
endif()
if(HIP_PLATFORM MATCHES "nvidia")