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

Change-Id: Ie10d63a8a39ac5aabd6eae078f0423375cd7d230
Cette révision appartient à :
ROCm CI Service Account
2022-09-22 21:14:13 +05:30
révisé par GitHub
Parent c74e0fc355
révision 7d705d800a
-5
Voir le fichier
@@ -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