From 298fa00e8cbcb1cac2ac78028330c2826b0eb1bf Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Tue, 18 Jul 2017 12:37:37 +0530 Subject: [PATCH] Enable memcpytosymbol family functions test [ROCm/hip commit: 039f62213b1aa9cb29d1b8fb1d64fd89edb9eb08] --- .../tests/src/deviceLib/hipTestDeviceSymbol.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 2ee1e02dc0..140f3d97dc 100644 --- a/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s * RUN: %t * HIT_END */ @@ -47,7 +47,7 @@ int main() A = new int[NUM]; B = new int[NUM]; C = new int[NUM]; - for(unsigned i=0;i