MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CurrentContextOrDie

Function CurrentContextOrDie

tensorflow/stream_executor/cuda/cuda_driver.cc:1771–1776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1769namespace cuda {
1770
1771CUcontext CurrentContextOrDie() {
1772 CUcontext current = nullptr;
1773 FAIL_IF_CUDA_RES_ERROR(cuCtxGetCurrent(&current),
1774 "Failed to query current context");
1775 return current;
1776}
1777
1778} // namespace cuda
1779} // namespace stream_executor

Callers 3

LoadKernelOrGetPtrFunction · 0.85
CurrentContextFunction · 0.85
CreateContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected