Files
pytorch/c10/cuda/impl/CUDAGuardImpl.cpp
cyy 4a019047ad Enable nested namespace check in clang-tidy (#118506)
It is time to enable nested namespaces in the code.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/118506
Approved by: https://github.com/albanD
2024-01-31 00:32:35 +00:00

8 lines
149 B
C++

#include <c10/cuda/impl/CUDAGuardImpl.h>
namespace c10::cuda::impl {
C10_REGISTER_GUARD_IMPL(CUDA, CUDAGuardImpl);
} // namespace c10::cuda::impl