SWDEV-509010 - Add missing CHECK_IMAGE_SUPPORT
Change-Id: I87c7925c0fbb7b8b9c1ecbeaa0a572f744f3a6bc
이 커밋은 다음에 포함됨:
@@ -27,6 +27,7 @@ texture<float, 1, hipReadModeElementType> 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;
|
||||
|
||||
새 이슈에서 참조
사용자 차단