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