From de96ecc441857e63ff792e550610e75afc6ae1f2 Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Thu, 9 Apr 2020 13:55:44 -0400 Subject: [PATCH] Disable all texture tests for VDI Latest llvm already includes the texture/surface rework, but appropriate runtime changes have not been submitted. Disable all texture related tests until http://gerrit-git.amd.com/c/compute/ec/hip/+/342147 is submitted. Change-Id: I359c2eac6becdd3ca5110f2140679bd29d8ae54b [ROCm/clr commit: b291104e7d4fab74545fd8769659b2c345557144] --- .../clr/hipamd/tests/src/runtimeApi/module/tex2d_kernel.cpp | 2 +- projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp | 2 +- projects/clr/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp | 2 +- .../clr/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp | 2 +- projects/clr/hipamd/tests/src/texture/hipTextureRef2D.cpp | 2 +- .../clr/hipamd/tests/src/texture/simpleTexture2DLayered.cpp | 2 +- projects/clr/hipamd/tests/src/texture/simpleTexture3D.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/clr/hipamd/tests/src/runtimeApi/module/tex2d_kernel.cpp b/projects/clr/hipamd/tests/src/runtimeApi/module/tex2d_kernel.cpp index be121f3e69..e744d88776 100644 --- a/projects/clr/hipamd/tests/src/runtimeApi/module/tex2d_kernel.cpp +++ b/projects/clr/hipamd/tests/src/runtimeApi/module/tex2d_kernel.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD_CMD: tex2d_kernel.code %hc --genco %S/tex2d_kernel.cpp -o tex2d_kernel.code + * BUILD_CMD: tex2d_kernel.code %hc --genco %S/tex2d_kernel.cpp -o tex2d_kernel.code EXCLUDE_HIP_PLATFORM vdi * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp b/projects/clr/hipamd/tests/src/texture/hipBindTex2DPitch.cpp index b01402c91d..8c57520c00 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 + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi * 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 52a0d99ac1..2e962fb05d 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 + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi * TEST: %t * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp b/projects/clr/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp index 96917ecb62..b4aa3e9c05 100644 --- a/projects/clr/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp +++ b/projects/clr/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc vdi * TEST: %t * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/hipTextureRef2D.cpp b/projects/clr/hipamd/tests/src/texture/hipTextureRef2D.cpp index b476ae8062..5573cf6884 100644 --- a/projects/clr/hipamd/tests/src/texture/hipTextureRef2D.cpp +++ b/projects/clr/hipamd/tests/src/texture/hipTextureRef2D.cpp @@ -1,5 +1,5 @@ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi * TEST: %t * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/simpleTexture2DLayered.cpp b/projects/clr/hipamd/tests/src/texture/simpleTexture2DLayered.cpp index e5014dae6b..f4d3aac1e5 100644 --- a/projects/clr/hipamd/tests/src/texture/simpleTexture2DLayered.cpp +++ b/projects/clr/hipamd/tests/src/texture/simpleTexture2DLayered.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM vdi * TEST: %t * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/texture/simpleTexture3D.cpp b/projects/clr/hipamd/tests/src/texture/simpleTexture3D.cpp index 5395fc5d69..a494a1a6c0 100644 --- a/projects/clr/hipamd/tests/src/texture/simpleTexture3D.cpp +++ b/projects/clr/hipamd/tests/src/texture/simpleTexture3D.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc vdi * TEST: %t * HIT_END */