Skip to content

Commit 5a2d54e

Browse files
committed
add gcd, gcd_, lcm, lcm_
1 parent 105b759 commit 5a2d54e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

paconvert/global_var.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ class GlobalManager:
8383
"torch.asinh",
8484
"torch.atan",
8585
"torch.atan2",
86+
"torch.Tensor.gcd",
87+
"torch.Tensor.gcd_",
88+
"torch.Tensor.lcm",
89+
"torch.Tensor.lcm_",
8690

8791
# zhimin
8892
"torch.Tensor.bfloat16",

0 commit comments

Comments
 (0)