[HIP] Fix typo

[ROCm/hip commit: 9544682e2c]
This commit is contained in:
Evgeny Mankov
2019-12-23 12:06:44 +03:00
orang tua 30ae3942dc
melakukan 97535f3e97
@@ -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,