mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
10 lines
114 B
C++
10 lines
114 B
C++
#pragma once
|
|
|
|
#include <c10/cuda/CUDAMacros.h>
|
|
|
|
namespace c10::cuda::impl {
|
|
|
|
C10_CUDA_API int c10_cuda_test();
|
|
|
|
}
|