From d4bb8d522d20547c7387809aeaa46294dade80b8 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Sun, 23 Feb 2020 15:34:50 -0500 Subject: [PATCH] Reeanble texture tests for VDI Enable hipBindTex2DPitch and hipBindTexRef1DFetch Change-Id: I36a3252e25d1ed844967ec117e1f1951004cba11 [ROCm/clr commit: b1d2e581ff6c5ecbfb32dab0735c707f5764807b] --- projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp | 2 +- projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp b/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp index 8c57520c00..b01402c91d 100644 --- a/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp +++ b/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /*HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi + * BUILD: %t %s ../test_common.cpp * TEST: %t * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp b/projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp index 650db5bc29..52a0d99ac1 100644 --- a/projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp +++ b/projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi + * BUILD: %t %s ../test_common.cpp * TEST: %t * HIT_END */