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

Change-Id: If762335c9258fa6b0a49d53c54c0508fb7987056


[ROCm/hip-tests commit: 72f2f3187b]
Этот коммит содержится в:
poojajs
2024-02-14 21:42:12 +05:30
коммит произвёл Rakesh Roy
родитель f2be8ae51b
Коммит 92a9ba163e
2 изменённых файлов: 2 добавлений и 3 удалений
-2
Просмотреть файл
@@ -113,9 +113,7 @@
"Unit_hipMemcpyDtoDAsync_Negative_Parameters",
"Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/327 ===",
"Unit_hiprtcGpuRdcComplrOptnTst",
"Unit_hiprtcDisabledSlpVectorizeComplrOptnTst",
"Unit_hiprtcRpassInlineComplrOptnTst",
"Unit_hiprtcCombiComplrOptnTst",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===",
"Unit_hipGetChannelDesc_Negative_Parameters",
+2 -1
Просмотреть файл
@@ -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")