mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/148291 Approved by: https://github.com/Skylion007
8 lines
148 B
C++
8 lines
148 B
C++
#include <c10/cuda/impl/CUDAGuardImpl.h>
|
|
|
|
namespace c10::cuda::impl {
|
|
|
|
C10_REGISTER_GUARD_IMPL(CUDA, CUDAGuardImpl)
|
|
|
|
} // namespace c10::cuda::impl
|