Skip to content

Commit 88da7af

Browse files
committed
enter
1 parent 482bba7 commit 88da7af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csrc/bindings/bindings.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
using namespace pplx;
77

8-
TORCH_LIBRARY(pplx_kernels, m) {
8+
TORCH_LIBRARY(pplx_kernels, m)
9+
{
910
register_all_to_all_ops(m);
1011
}
1112

0 commit comments

Comments
 (0)