Correct missed ihipMemsetCopyDataType change

Este commit está contenido en:
Rahul Garg
2018-04-12 10:27:19 +05:30
padre 2658963f5b
commit 2ee80397f2
+1 -1
Ver fichero
@@ -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 )
{