xref: /aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/LazyNVRTC.h (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #pragma once
2 #include <ATen/detail/CUDAHooksInterface.h>
3 namespace at::cuda {
4 // Forward-declares at::cuda::NVRTC
5 struct NVRTC;
6 
7 namespace detail {
8 extern NVRTC lazyNVRTC;
9 } // namespace detail
10 
11 }  // namespace at::cuda
12