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