mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Port amax to stable ABI (#160214)
To enable porting torchaudio to the stable ABI, we need the `amax` operation to be accessible. This PR ports the op and provides tests that it behaves correctly. Pull Request resolved: https://github.com/pytorch/pytorch/pull/160214 Approved by: https://github.com/mikaylagawarecki
This commit is contained in:
committed by
PyTorch MergeBot
parent
1fbe230b0d
commit
0a5ab612dd
@ -185,4 +185,5 @@ aten_shimified_ops: dict[str, dict[str, list[str]]] = {
|
||||
"aten.fill_.Scalar": {},
|
||||
"aten.pad.default": {},
|
||||
"aten.narrow.default": {},
|
||||
"aten.amax.default": {},
|
||||
}
|
||||
|
Reference in New Issue
Block a user