From 6bbe132eb772497787bcaf772af23e7d58c2a506 Mon Sep 17 00:00:00 2001 From: Anusha GodavarthySurya Date: Thu, 8 Jul 2021 04:17:26 -0700 Subject: [PATCH] SWDEV-240806 - Enable graph test on nvidia platform Change-Id: Ia196dd7c650693155f786871671aec4dda0e886f [ROCm/hip commit: 9c9b62f0b8525e9e5a17841636fbf49cb79d9585] --- projects/hip/tests/src/runtimeApi/graph/hipGraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/graph/hipGraph.cpp b/projects/hip/tests/src/runtimeApi/graph/hipGraph.cpp index 14c70a8464..41ce09a5a9 100644 --- a/projects/hip/tests/src/runtimeApi/graph/hipGraph.cpp +++ b/projects/hip/tests/src/runtimeApi/graph/hipGraph.cpp @@ -23,7 +23,7 @@ #include #include /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t EXCLUDE_HIP_PLATFORM nvidia * HIT_END */