Sign in
android
/
platform
/
external
/
pytorch
/
ecd784667c
/
.
/
c10
/
cuda
/
impl
/
CUDAGuardImpl.cpp
blob: 6bed0c0c69d27505618359e59fd20925b083b5c3 [
file
] [
log
] [
blame
]
#include
<c10/cuda/impl/CUDAGuardImpl.h>
namespace
c10
{
namespace
cuda
{
namespace
impl
{
constexpr
DeviceType
CUDAGuardImpl
::
static_type
;
C10_REGISTER_GUARD_IMPL
(
CUDA
,
CUDAGuardImpl
);
}
// namespace impl
}
// namespace cuda
}
// namespace c10