Files
pytorch/c10/cuda/impl/CUDATest.h
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

10 lines
114 B
C++

#pragma once
#include <c10/cuda/CUDAMacros.h>
namespace c10::cuda::impl {
C10_CUDA_API int c10_cuda_test();
}