Files
pytorch/torch/csrc/cuda/GdsFile.h
cyy b34146a093 Fix initGdsBindings declaration (#152277)
Move initGdsBindings into the correct namespace.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152277
Approved by: https://github.com/Skylion007
2025-04-27 17:04:56 +00:00

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