sglang_v0.5.2/pytorch_2.8.0/torch/csrc/cuda/GdsFile.h

10 lines
192 B
C++

#ifndef THCP_GDSFILE_INC
#define THCP_GDSFILE_INC
#include <torch/csrc/python_headers.h>
namespace torch::cuda::shared {
void initGdsBindings(PyObject* module);
}
#endif // THCP_GDSFILE_INC