From 3aa91ecfd71db23e38a5803686f2cfe8d7037de7 Mon Sep 17 00:00:00 2001 From: TomSang Date: Wed, 6 Oct 2021 07:53:33 -0400 Subject: [PATCH] SWDEV-299966 - Enable texture test (#2340) Enable the following test directed_tests/runtimeApi/module/hipModuleTexture2dDrv --tests 0x14 Change-Id: I98eabb7412f615733a999bf5e89c2c80b91cfbb2 [ROCm/hip commit: b05a0503f1773fd33b536440764ccd9ecdd9051b] --- .../hip/tests/src/runtimeApi/module/hipModuleTexture2dDrv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/module/hipModuleTexture2dDrv.cpp b/projects/hip/tests/src/runtimeApi/module/hipModuleTexture2dDrv.cpp index 29fd077097..3bd8ed3f99 100644 --- a/projects/hip/tests/src/runtimeApi/module/hipModuleTexture2dDrv.cpp +++ b/projects/hip/tests/src/runtimeApi/module/hipModuleTexture2dDrv.cpp @@ -35,7 +35,7 @@ THE SOFTWARE. * TEST: %t --tests 0x11 * TEST: %t --tests 0x12 * TEST: %t --tests 0x13 - * TEST: %t --tests 0x14 EXCLUDE_HIP_PLATFORM amd + * TEST: %t --tests 0x14 * TEST: %t --tests 0x15 * HIT_END */