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

Change-Id: Ie10d63a8a39ac5aabd6eae078f0423375cd7d230

[ROCm/hip commit: 7d705d800a]
Этот коммит содержится в:
ROCm CI Service Account
2022-09-22 21:14:13 +05:30
коммит произвёл GitHub
родитель 51336b7c2d
Коммит cf95a9f9ef
-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