mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Reland #130633 USE_CUFILE turned off by default in this version Pull Request resolved: https://github.com/pytorch/pytorch/pull/133489 Approved by: https://github.com/albanD
8 lines
158 B
C
8 lines
158 B
C
#ifndef THCP_GDSFILE_INC
|
|
#define THCP_GDSFILE_INC
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
void initGdsBindings(PyObject* module);
|
|
#endif // THCP_GDSFILE_INC
|