From 1d98165fe8f875114ff83f337020ab45122bff8b Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:19:21 +0530 Subject: [PATCH] SWDEV-373231 - Disable as __builtin_amdgcn_flat_atomic_fmax_f64 and __gfx90a__ are not getting resolved properly with hipRTTC generated header. (#110) Change-Id: I552706d874f1629de978891a4950c8deec3e2ac0 [ROCm/hip-tests commit: 07ed458d3ac9ef85289b0de9f807a01c113f8d53] --- .../catch/hipTestMain/config/config_amd_linux_MI2xx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_MI2xx.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_MI2xx.json index 5fa1d23228..bf00e2e8e1 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_MI2xx.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_MI2xx.json @@ -4,7 +4,10 @@ "Unit_hipStreamPerThread_DeviceReset_1", "Unit_hipMallocManaged_OverSubscription", "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", - "Unit_hipInit_Negative" + "Unit_hipInit_Negative", + "Unit_BuiltinAtomicsRTC_fmaxCoherentGlobalMem", + "Unit_BuiltinAtomicsRTC__fminCoherentGlobalMem", + "Unit_BuiltInAtomicAdd_CoherentGlobalMemWithRtc" ] }