SWDEV-351192 - Enable test - Unit_hipMalloc3DArray_MaxTexture (#2892)

Change-Id: Ie10d63a8a39ac5aabd6eae078f0423375cd7d230

[ROCm/hip-tests commit: 48c4089021]
Этот коммит содержится в:
ROCm CI Service Account
2022-09-22 21:14:13 +05:30
коммит произвёл GitHub
родитель af909bebf4
Коммит 8271ffca6f
-5
Просмотреть файл
@@ -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<TestType>();
#if HT_AMD