From 92a9ba163ef66cf37cfb1384ac0cc429110d520e Mon Sep 17 00:00:00 2001 From: poojajs Date: Wed, 14 Feb 2024 21:42:12 +0530 Subject: [PATCH] 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: 72f2f3187b7ab9969afd7bd107806fa570255ffe] --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 2 -- projects/hip-tests/catch/unit/rtc/CMakeLists.txt | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 0d6fd5f4ba..8caafa5e70 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -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", diff --git a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt index 66558f1c9b..50945f9486 100644 --- a/projects/hip-tests/catch/unit/rtc/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/rtc/CMakeLists.txt @@ -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")