- Remove tls_deviceID.
- Add first passing test.

Change-Id: If3e2f254abf589028cfe4f9e6369745f04160de0
Этот коммит содержится в:
Ben Sander
2016-08-09 15:37:19 -05:00
родитель 1786b120ed
Коммит 89164259ab
8 изменённых файлов: 107 добавлений и 64 удалений
+1 -1
Просмотреть файл
@@ -51,7 +51,7 @@ hipError_t hipCtxCreate(hipCtx_t *ctx, unsigned int flags, hipDevice_t device)
hipError_t e = hipSuccess;
*ctx = new ihipCtx_t(device, g_deviceCnt, flags);
tls_defaultCtx = *ctx;
ihipSetTlsDefaultCtx(*ctx);
tls_ctxStack.push(*ctx);
return ihipLogStatus(e);