Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
torch
/
csrc
/
cuda
/
device_set.h
blob: c533dae3baad36a42e0f97f55b9eb7a747191dc3 [
file
] [
log
] [
blame
]
#pragma
once
#include
<c10/cuda/CUDAMacros.h>
#include
<bitset>
#include
<cstddef>
namespace
torch
{
using
device_set
=
std
::
bitset
<
C10_COMPILE_TIME_MAX_GPUS
>;
}
// namespace torch