From c33c58d6871135e0a324d5123647f78d24554d3b Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Fri, 24 Mar 2017 10:39:11 +0530 Subject: [PATCH] Update hipTestDeviceSymbol sample Change-Id: If5ba99c60cd30c4491ca3a4856764224163d3ddf --- .../src/deviceLib/hipTestDeviceSymbol.cpp | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 6ffaedf659..c2ffb5ce7d 100644 --- a/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp @@ -93,8 +93,29 @@ int main() hipMemcpyFromSymbol(C, HIP_SYMBOL(globalOut), SIZE, 0, hipMemcpyDeviceToHost); for(unsigned i=0;i