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]
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user