[HIP] Fix typo

[ROCm/clr commit: 4d29423705]
This commit is contained in:
Evgeny Mankov
2019-12-23 12:06:44 +03:00
orang tua e25a6a39a3
melakukan 07db042750
@@ -211,7 +211,7 @@ typedef enum __HIP_NODISCARD hipError_t {
hipErrorContextAlreadyCurrent = 202,
hipErrorMapFailed = 205,
// Deprecated
hipErrorMapBufferObjectFailed = 205 ///< Produced when the IPC memory attach failed from ROCr.
hipErrorMapBufferObjectFailed = 205, ///< Produced when the IPC memory attach failed from ROCr.
hipErrorUnmapFailed = 206,
hipErrorArrayIsMapped = 207,
hipErrorAlreadyMapped = 208,