From 2ee80397f2f4cd9f4adce24d666463ebf092c121 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 12 Apr 2018 10:27:19 +0530 Subject: [PATCH] Correct missed ihipMemsetCopyDataType change --- hipamd/src/hip_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/src/hip_memory.cpp b/hipamd/src/hip_memory.cpp index ff97869842..e6d6ebd09e 100644 --- a/hipamd/src/hip_memory.cpp +++ b/hipamd/src/hip_memory.cpp @@ -1546,7 +1546,7 @@ typedef enum ihipMemsetDataType { ihipMemsetDataTypeChar = 0, ihipMemsetDataTypeShort = 1, ihipMemsetDataTypeInt = 2 -}ihipMemsetCopyDataType; +}ihipMemsetDataType; hipError_t ihipMemset(void* dst, int value, size_t sizeBytes, hipStream_t stream, enum ihipMemsetDataType copyDataType ) {