Skip to content

Commit 3fe8fa2

Browse files
authored
Delete the redundant registration of matrix_exp (#4978) (#4985)
1 parent c06a869 commit 3fe8fa2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

csrc/gpu/aten/operators/LinearAlgebra.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,5 @@ Tensor linalg_matrix_exp(const Tensor& a) {
781781
}
782782
}
783783

784-
// Alias
785-
Tensor matrix_exp(const Tensor& a) {
786-
return AtenIpexTypeXPU::linalg_matrix_exp(a);
787-
}
788-
789784
} // namespace AtenIpexTypeXPU
790785
} // namespace at

scripts/tools/torchgen/yaml/xpu_functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ supported:
869869
# - mish.out
870870
# - polar.out
871871
# - var.correction_out
872-
- matrix_exp
872+
# - matrix_exp
873873
# - logit_backward.grad_input
874874
- binomial
875875
- _standard_gamma

0 commit comments

Comments
 (0)