SWDEV-260454 - Fix for idenfying bad streams

Change-Id: I122ff6f47535c3c76ab56ba49ab1450ef886b15f
Этот коммит содержится в:
Sarbojit Sarkar
2021-04-01 05:34:21 -07:00
родитель 83a25eb5b5
Коммит 492ccc3281
3 изменённых файлов: 46 добавлений и 1 удалений
+1
Просмотреть файл
@@ -267,6 +267,7 @@ typedef enum __HIP_NODISCARD hipError_t {
hipErrorPeerAccessNotEnabled =
705, ///< Peer access was never enabled from the current device.
hipErrorSetOnActiveProcess = 708,
hipErrorContextIsDestroyed = 709,
hipErrorAssert = 710, ///< Produced when the kernel calls assert.
hipErrorHostMemoryAlreadyRegistered =
712, ///< Produced when trying to lock a page-locked memory.