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 2b2671a commit 7b2e802Copy full SHA for 7b2e802
torch/distributed/_tensor/ops/pointwise_ops.py
@@ -58,6 +58,14 @@
58
59
pointwise_ops = [
60
# please keep the entries below alphabetically sorted
61
+ aten.__ilshift__.Scalar,
62
+ aten.__ilshift__.Tensor,
63
+ aten.__irshift__.Scalar,
64
+ aten.__irshift__.Tensor,
65
+ aten.__lshift__.Scalar,
66
+ aten.__lshift__.Tensor,
67
+ aten.__rshift__.Scalar,
68
+ aten.__rshift__.Tensor,
69
aten._conj.default,
70
aten.abs.default,
71
aten.abs.out,
0 commit comments