First implementation of hipCtxXXX functions

Change-Id: I4609cbe6bd90a1fff8655bff4fdd773864397aba
This commit is contained in:
Rahul Garg
2016-08-13 00:09:08 +05:30
والد 346ae7bc42
کامیت f734f12411
4فایلهای تغییر یافته به همراه83 افزوده شده و 0 حذف شده
@@ -161,6 +161,7 @@ typedef enum hipError_t {
,hipErrorRuntimeOther ///< HSA runtime call other than memory returned error. Typically not seen in production systems.
,hipErrorHostMemoryAlreadyRegistered ///< Produced when trying to lock a page-locked memory.
,hipErrorHostMemoryNotRegistered ///< Produced when trying to unlock a non-page-locked memory.
,hipErrorInvalidContext ///< Produced when input context is invalid.
,hipErrorTbd ///< Marker that more error codes are needed.
} hipError_t;