From a9a6b5e8a68b11d5bd4ffc16c17c7f57d6b024ac 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 [ROCm/clr commit: c33c58d6871135e0a324d5123647f78d24554d3b] --- .../src/deviceLib/hipTestDeviceSymbol.cpp | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 6ffaedf659..c2ffb5ce7d 100644 --- a/projects/clr/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/projects/clr/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