From fc7620136f42d34e894e2c1e7fcc716974fe1b36 Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Sun, 21 Jan 2024 08:15:11 -0500 Subject: [PATCH] SWDEV-442439 - Removed references to HIT from catch tests Change-Id: If0a33331a6a03a6efba0f4a5adbac199a5aff911 [ROCm/hip-tests commit: 2cdcbf4d2403a1bf03f989e330d258135b8d7518] --- projects/hip-tests/catch/unit/compiler/hipClassKernel.cc | 6 +----- .../catch/unit/multiThread/hipMultiThreadDevice.cc | 8 -------- .../catch/unit/multiThread/hipMultiThreadStreams1.cc | 6 ------ .../catch/unit/multiThread/hipMultiThreadStreams2.cc | 5 ----- 4 files changed, 1 insertion(+), 24 deletions(-) diff --git a/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc b/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc index 71286b706a..664a7401c9 100644 --- a/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc +++ b/projects/hip-tests/catch/unit/compiler/hipClassKernel.cc @@ -19,11 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* HIT_START - * BUILD: %t %s ../test_common.cpp - * TEST: %t - * HIT_END - */ + #include "hipClassKernel.h" __global__ void diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc index 7550d27a73..9f78736a62 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadDevice.cc @@ -1,11 +1,3 @@ -/* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 - * TEST_NAMED: %t hipMultiThreadDevice-serial --tests 0x1 - * TEST_NAMED: %t hipMultiThreadDevice-pyramid --tests 0x4 - * TEST_NAMED: %t hipMultiThreadDevice-nearzero --tests 0x10 - * HIT_END - */ - #include "hip/hip_runtime_api.h" #include diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc index 0d672c3146..39430afdb2 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams1.cc @@ -20,12 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 - * TEST: %t - * HIT_END - */ - #include #include diff --git a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc index 4ee323c05d..d38754724d 100644 --- a/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc +++ b/projects/hip-tests/catch/unit/multiThread/hipMultiThreadStreams2.cc @@ -20,11 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 - * TEST: %t - * HIT_END - */ //This file is a port from hiprocclrtests (hipMultiThreadStreams2)