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