Skip to content

Commit a5b3f15

Browse files
committed
Test commit
1 parent 017ccd0 commit a5b3f15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch_xla/csrc/xla_manual_registration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ TORCH_LIBRARY_IMPL(torchvision, XLA, m) {
5252

5353
// Register generated XLANativeFunctions::einsum as aten::einsum for XLA key.
5454
// This utilizes the implementation from `xla/torch_xla/csrc/aten_xla_type.cpp`.
55+
// test
5556
TORCH_LIBRARY_IMPL(aten, XLA, m) {
5657
m.impl("aten::einsum", TORCH_FN(XLANativeFunctions::einsum));
5758
}

0 commit comments

Comments
 (0)