We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3169840 commit 8c8adccCopy full SHA for 8c8adcc
extension_cpp/csrc/muladd.cpp
@@ -7,8 +7,9 @@
7
8
extern "C" {
9
/* Creates a dummy empty _C module that can be imported from Python.
10
- The import from Python will load the .so associated with this extension
11
- built from this file, so that all the TORCH_LIBRARY calls below are run.*/
+ The import from Python will load the .so consisting of this file
+ in this extension, so that the TORCH_LIBRARY static initializers
12
+ below are run. */
13
PyObject* PyInit__C(void)
14
{
15
static struct PyModuleDef module_def = {
0 commit comments