From f3b112716e8586afe2dc9b8241489f5607c72c55 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/clr commit: f2d6da3e34a9b81aac1234acdc57ba04ff193460] --- .../tests/src/deviceLib/hipTestDeviceSymbol.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 2ee1e02dc0..140f3d97dc 100644 --- a/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/projects/clr/hipamd/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