From b284d005b9590346c8f24e79dd7afe5d6d049cb8 Mon Sep 17 00:00:00 2001 From: Satyanvesh Dittakavi Date: Mon, 25 Sep 2023 14:06:43 +0000 Subject: [PATCH] SWDEV-395996 - Enable the disabled hiprtc tests Change-Id: Id0b12f11c298f7488cd95e92916574388e9b1356 [ROCm/hip-tests commit: 949cb688dd1d984cc3b75d79054030abb09cc11f] --- .../catch/hipTestMain/config/config_amd_linux | 24 ------------------- .../hipTestMain/config/config_amd_windows | 14 +---------- .../hip-tests/catch/unit/rtc/CMakeLists.txt | 2 +- 3 files changed, 2 insertions(+), 38 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index d1cd4c975c..3c1fdb616e 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -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", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index cfb34c95db..ca69074102 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -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" ] -} \ No newline at end of file +} diff --git a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt index 2653d15237..bd66868564 100644 --- a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt @@ -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()