From 89511823f0883042f17b77ec820f49a3a2f01d4f 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 [ROCm/hip commit: 16c89d101a34d5116f19a15b6f44ce8b57cc3758] --- projects/hip/src/hip_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/src/hip_memory.cpp b/projects/hip/src/hip_memory.cpp index ff97869842..e6d6ebd09e 100644 --- a/projects/hip/src/hip_memory.cpp +++ b/projects/hip/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 ) {