From cf95a9f9efd1bbe87d4eec7c4573492eb90fa56e Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:14:13 +0530 Subject: [PATCH] SWDEV-351192 - Enable test - Unit_hipMalloc3DArray_MaxTexture (#2892) Change-Id: Ie10d63a8a39ac5aabd6eae078f0423375cd7d230 [ROCm/hip commit: 7d705d800a12a2c72b9844c7e14722f878462e1a] --- projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc b/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc index 03d08760d4..73d50ad943 100644 --- a/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc +++ b/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc @@ -163,11 +163,6 @@ TEMPLATE_TEST_CASE("Unit_hipMalloc3DArray_happy", "", char, uchar2, uint2, int4, TEMPLATE_TEST_CASE("Unit_hipMalloc3DArray_MaxTexture", "", int, uint4, short, ushort2, unsigned char, float, float4) { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-97"); - return; -#endif - hipArray_t array; const hipChannelFormatDesc desc = hipCreateChannelDesc(); #if HT_AMD