From 08341ee719d27666b457289eb166866ba8cb1fbd Mon Sep 17 00:00:00 2001 From: Marko Arandjelovic Date: Mon, 13 Jan 2025 13:07:14 +0000 Subject: [PATCH] SWDEV-509010 - Add missing CHECK_IMAGE_SUPPORT Change-Id: I87c7925c0fbb7b8b9c1ecbeaa0a572f744f3a6bc --- catch/unit/texture/hipTexRefGetBorderColor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/catch/unit/texture/hipTexRefGetBorderColor.cc b/catch/unit/texture/hipTexRefGetBorderColor.cc index c0d322d9b3..7bffd60809 100644 --- a/catch/unit/texture/hipTexRefGetBorderColor.cc +++ b/catch/unit/texture/hipTexRefGetBorderColor.cc @@ -27,6 +27,7 @@ texture tex; // It will be added for HIP in ROCm7.0 #if HT_NVIDIA TEST_CASE("Unit_hipTexRefGetBorderColor_Positive") { + CHECK_IMAGE_SUPPORT float set_border_color[3] = {1, 2, 3}; float get_border_color[3] = {0, 0, 0}; hipModule_t module = nullptr;