Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DCUDAHooksInterface.cpp25 static CUDAHooksInterface* cuda_hooks = nullptr; variable
38 cuda_hooks = in getCUDAHooks()
40 if (!cuda_hooks) { in getCUDAHooks()
41 cuda_hooks = new CUDAHooksInterface(); in getCUDAHooks()
45 if (cuda_hooks == nullptr) { in getCUDAHooks()
46 cuda_hooks = new CUDAHooksInterface(); in getCUDAHooks()
49 return *cuda_hooks; in getCUDAHooks()