mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Move initGdsBindings into the correct namespace. Pull Request resolved: https://github.com/pytorch/pytorch/pull/152277 Approved by: https://github.com/Skylion007
10 lines
192 B
C++
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
|