From 4ee227146eaa55f4902bc47c7ac99be09bde4d76 Mon Sep 17 00:00:00 2001 From: Sourabh Betigeri Date: Fri, 19 Mar 2021 13:31:53 -0700 Subject: [PATCH] SWDEV-274727 - Disabling tests temporarily Change-Id: I695daebe15f592afdfee8e4efe4d8966b6e9922a [ROCm/hip commit: 8f67e24cbd820c2ac6ce11f0469d3e5ec6f8d5e2] --- .../cooperativeGrps/hipCGMultiGridGroupTypeViaPublicApi.cpp | 2 +- projects/hip/tests/src/runtimeApi/event/hipEventIpc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/src/runtimeApi/cooperativeGrps/hipCGMultiGridGroupTypeViaPublicApi.cpp b/projects/hip/tests/src/runtimeApi/cooperativeGrps/hipCGMultiGridGroupTypeViaPublicApi.cpp index 307e49459a..50477522cc 100644 --- a/projects/hip/tests/src/runtimeApi/cooperativeGrps/hipCGMultiGridGroupTypeViaPublicApi.cpp +++ b/projects/hip/tests/src/runtimeApi/cooperativeGrps/hipCGMultiGridGroupTypeViaPublicApi.cpp @@ -23,7 +23,7 @@ THE SOFTWARE. /* HIT_START * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 -rdc=true -gencode arch=compute_60,code=sm_60 - * TEST: %t EXCLUDE_HIP_PLATFORM nvidia + * TEST: %t EXCLUDE_HIP_PLATFORM all * HIT_END */ diff --git a/projects/hip/tests/src/runtimeApi/event/hipEventIpc.cpp b/projects/hip/tests/src/runtimeApi/event/hipEventIpc.cpp index d63482a6ca..cb2883fe03 100644 --- a/projects/hip/tests/src/runtimeApi/event/hipEventIpc.cpp +++ b/projects/hip/tests/src/runtimeApi/event/hipEventIpc.cpp @@ -24,7 +24,7 @@ THE SOFTWARE. // forces synchronization : set /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM all * TEST: %t --iterations 10 * HIT_END */