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