From 6bb2cba96526435ad271e462626a43ec4aa0fbf9 Mon Sep 17 00:00:00 2001 From: amd-lthakur Date: Fri, 25 Oct 2019 15:52:11 +0530 Subject: [PATCH] Excluded the test case for nvcc platform [ROCm/clr commit: 626cd5d07a11dc9e4f0dd302f5a8947e555890dc] --- .../runtimeApi/module/hipExtModuleLaunchKernel.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/clr/hipamd/tests/src/runtimeApi/module/hipExtModuleLaunchKernel.cpp b/projects/clr/hipamd/tests/src/runtimeApi/module/hipExtModuleLaunchKernel.cpp index c040d7320c..54ddc63dde 100755 --- a/projects/clr/hipamd/tests/src/runtimeApi/module/hipExtModuleLaunchKernel.cpp +++ b/projects/clr/hipamd/tests/src/runtimeApi/module/hipExtModuleLaunchKernel.cpp @@ -18,8 +18,8 @@ THE SOFTWARE. */ /* HIT_START - * BUILD_CMD: matmul.code %hc --genco %S/matmul.cpp -o matmul.code - * BUILD: %t %s ../../test_common.cpp + * BUILD_CMD: matmul.code %hc --genco %S/matmul.cpp -o matmul.code EXCLUDE_HIP_PLATFORM nvcc + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * TEST: %t * HIT_END */ @@ -108,18 +108,18 @@ auto duration2=duration_cast(stop-start); bool TEST_STATUS = true; if(! (duration2.count() < duration1.count())) { - std::cout<<"Test failed as there was no time gain observed when two kernels were launched using hipExtModuleLaunchKernel() with flag 1."<