Correct missed ihipMemsetCopyDataType change

[ROCm/hip commit: 16c89d101a]
이 커밋은 다음에 포함됨:
Rahul Garg
2018-04-12 10:27:19 +05:30
부모 abe14442a5
커밋 89511823f0
+1 -1
파일 보기
@@ -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 )
{