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 482bba7 commit 88da7afCopy full SHA for 88da7af
csrc/bindings/bindings.cpp
@@ -5,7 +5,8 @@
5
6
using namespace pplx;
7
8
-TORCH_LIBRARY(pplx_kernels, m) {
+TORCH_LIBRARY(pplx_kernels, m)
9
+{
10
register_all_to_all_ops(m);
11
}
12
0 commit comments