Sign in
android
/
platform
/
external
/
pytorch
/
db8abde9b6c4735d18d4681a1f70a55ff0b09f5b
/
.
/
torch
/
csrc
/
cuda
/
device_set.h
blob: 82fa34294d363f29c8a0d2d4965c0ed4dadf43d7 [
file
] [
log
] [
blame
]
#pragma
once
#include
<bitset>
namespace
torch
{
static
constexpr
size_t
MAX_CUDA_DEVICES
=
64
;
using
device_set
=
std
::
bitset
<
MAX_CUDA_DEVICES
>;
}
// namespace torch