Implementation of hipCtxGetDevice

Change-Id: I067572e486323c3aad6f744a2c0c4997c8696af6
This commit is contained in:
Rahul Garg
2016-08-13 01:17:46 +05:30
orang tua 62d390da58
melakukan eec9edef80
3 mengubah file dengan 17 tambahan dan 1 penghapusan
+1
Melihat File
@@ -1063,6 +1063,7 @@ hipError_t hipCtxSetCurrent(hipCtx_t ctx);
hipError_t hipCtxGetCurrent(hipCtx_t* ctx);
hipError_t hipCtxGetDevice(hipDevice_t *device);
// TODO-ctx
/**