sglang_v0.5.2/pytorch_2.8.0/torch/csrc/DeviceAccelerator.h

9 lines
176 B
C++

#include <ATen/DeviceAccelerator.h>
#include <torch/csrc/utils/pybind.h>
namespace torch::accelerator {
void initModule(PyObject* module);
} // namespace torch::accelerator