SWDEV-395996 - Enable the disabled hiprtc tests

Change-Id: Id0b12f11c298f7488cd95e92916574388e9b1356


[ROCm/hip-tests commit: 949cb688dd]
Этот коммит содержится в:
Satyanvesh Dittakavi
2023-09-25 14:06:43 +00:00
коммит произвёл Rakesh Roy
родитель e816903523
Коммит b284d005b9
3 изменённых файлов: 2 добавлений и 38 удалений
-24
Просмотреть файл
@@ -143,18 +143,6 @@
"=== Below tests fail in stress test on 24/07/23 ===",
"Unit_hipStreamCreateWithPriority_ValidateWithEvents",
"Unit_hipEventIpc",
"=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===",
"Unit_hiprtc_saxpy",
"Unit_hiprtc_warpsize",
"Unit_hiprtc_functional",
"Unit_hipStreamCaptureRtc",
"Unit_hiprtc_cpp17",
"Unit_hiprtc_namehandling",
"Unit_hiprtc_getloweredname",
"Unit_hiprtc_test_hip_bfloat16",
"Unit_RTC_LinkerAPI",
"Unit_hiprtc_half_shuffle",
"Unit_hiprtc_includepath",
#endif
#if defined VEGA20
"=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===",
@@ -187,18 +175,6 @@
"Unit_hipDestroyExternalSemaphore_Vulkan_Negative_Parameters",
"SWDEV-415692 Soft hang in stress test on 29/08/23",
"Unit_Grid_Group_Sync_Positive_Basic",
"=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===",
"Unit_hiprtc_saxpy",
"Unit_hiprtc_warpsize",
"Unit_hiprtc_functional",
"Unit_hipStreamCaptureRtc",
"Unit_hiprtc_cpp17",
"Unit_hiprtc_namehandling",
"Unit_hiprtc_getloweredname",
"Unit_hiprtc_test_hip_bfloat16",
"Unit_RTC_LinkerAPI",
"Unit_hiprtc_half_shuffle",
"Unit_hiprtc_includepath",
"=== Below tests fail in stress test on 29/08/23 ===",
"Unit_hipMemcpy2DToArray_multiDevicePinnedMemPeerGpu",
"Unit_hipMemcpy2DToArray_multiDeviceDeviceContextChange",
+1 -13
Просмотреть файл
@@ -230,18 +230,6 @@
"Unit_hipGetChannelDesc_Negative_Parameters",
"Unit_hipTextureMipmapRef2D_Positive_Check",
"Unit_hipTextureMipmapRef2D_Negative_Parameters",
"=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===",
"Unit_hiprtc_saxpy",
"Unit_hiprtc_warpsize",
"Unit_hiprtc_functional",
"Unit_hipStreamCaptureRtc",
"Unit_hiprtc_cpp17",
"Unit_hiprtc_namehandling",
"Unit_hiprtc_getloweredname",
"Unit_hiprtc_test_hip_bfloat16",
"Unit_RTC_LinkerAPI",
"Unit_hiprtc_half_shuffle",
"Unit_hiprtc_includepath",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/416 ===",
"Unit_hipStreamCreate_Performance",
"Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking",
@@ -250,4 +238,4 @@
#endif
"End of json"
]
}
}
+1 -1
Просмотреть файл
@@ -24,7 +24,7 @@ add_custom_target(copyRtcHeaders ALL
${CMAKE_CURRENT_BINARY_DIR}/headers)
if(UNIX)
set(AMD_TEST_SRC ${TEST_SRC}
set(AMD_TEST_SRC ${AMD_TEST_SRC}
RtcFunctions.cpp
RtcUtility.cpp)
endif()