SWDEV-384100 - skip building failing texture tests for CUDA 12.0 (#181)

Change-Id: Ie861d63b0525661ff64ad148e5a0151bbce7db2c

[ROCm/hip-tests commit: df20298706]
This commit is contained in:
ROCm CI Service Account
2023-02-28 05:21:15 +05:30
committed by GitHub
parent f9269a3dc2
commit 80c62e3b2e
6 changed files with 35 additions and 0 deletions
@@ -19,6 +19,9 @@ THE SOFTWARE.
#include <hip_test_common.hh>
#if CUDA_VERSION < CUDA_12000
#define SIZE 10
#define EPSILON 0.00001
#define THRESH_HOLD 0.01 // For filter mode
@@ -159,3 +162,5 @@ TEST_CASE("Unit_hipNormalizedFloatValueTex_CheckModes") {
runTest_hipTextureFilterMode<hipFilterModeLinear>();
}
}
#endif // CUDA_VERSION < CUDA_12000