Only use ihipLogStatus from top-level HIP functions.

Change-Id: I07e9c088d5c16a79ed52cb008a798889a656016c


[ROCm/hip commit: db9fe9f494]
Этот коммит содержится в:
Ben Sander
2016-09-01 17:58:24 -05:00
родитель 85ae05c401
Коммит d3fb92374d
5 изменённых файлов: 7 добавлений и 10 удалений
+2 -7
Просмотреть файл
@@ -29,16 +29,11 @@ THE SOFTWARE.
// Stack of contexts
thread_local std::stack<ihipCtx_t *> tls_ctxStack;
hipError_t ihipCtxStackUpdate()
void ihipCtxStackUpdate()
{
//HIP_INIT_API();
hipError_t e = hipSuccess;
if(tls_ctxStack.empty()) {
tls_ctxStack.push(ihipGetTlsDefaultCtx());
tls_ctxStack.push(ihipGetTlsDefaultCtx());
}
return ihipLogStatus(e);
}
hipError_t hipInit(unsigned int flags)