Home
last modified time | relevance | path

Searched refs:FAIL_IF_CUDA_RES_ERROR (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc58 #define FAIL_IF_CUDA_RES_ERROR(expr, ...) \ macro
185 FAIL_IF_CUDA_RES_ERROR(cuCtxSynchronize(), in SynchronizeOrDie()
209 FAIL_IF_CUDA_RES_ERROR(cuCtxSetCurrent(cuda_context->context()), in ScopedActivateContext()
232 FAIL_IF_CUDA_RES_ERROR(cuCtxSetCurrent(cuda_context->context()), in ScopedActivateContext()
258 FAIL_IF_CUDA_RES_ERROR(cuCtxSetCurrent(to_restore_->context()), in ~ScopedActivateContext()
1642 FAIL_IF_CUDA_RES_ERROR(cuCtxGetCurrent(&current), in CurrentContextOrDie()