From a1ecc551aaea935dc26cc88b7bf2e364775c5098 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 8 Mar 2017 16:16:08 +0530 Subject: [PATCH] Disable hipMemPtrGetInfo test on nvcc path Change-Id: I864e571314abfe5ae614e6792c86d7b457c920ee [ROCm/hip commit: 7a59103cea9addf434a05768e27ec5052e336a32] --- projects/hip/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp b/projects/hip/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp index 5aa0072199..1f78b4afab 100644 --- a/projects/hip/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp +++ b/projects/hip/tests/src/runtimeApi/memory/hipMemPtrGetInfo.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */