Skip to content

Lower clamp #9123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions codegen/xla_native_functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - https://github.com/pytorch/xla/blob/master/docs/source/contribute/codegen_migration.md
backend: XLA
cpp_namespace: torch_xla
# full_codegen is the prefered method of code generation. Through this config
# full_codegen is the preferred method of code generation. Through this config
# ops get implementations (and IR classes) generated. See
# https://github.com/pytorch/xla/blob/master/docs/source/contribute/codegen_migration.md
# for more details on differences on what gets generated or not.
Expand Down Expand Up @@ -33,8 +33,11 @@ full_codegen:
- bitwise_right_shift.Tensor
- ceil
- cholesky
- clamp
- clamp.Tensor
- clamp_max
- clamp_max.Tensor
- clamp_min
- clamp_min.Tensor
- _conj_copy
- cos
Expand Down Expand Up @@ -183,9 +186,6 @@ supported:
- cat
- celu
- celu_
- clamp
- clamp_max
- clamp_min
- clone
- constant_pad_nd
- convolution_backward_overrideable
Expand Down
Loading
Loading