mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add new_zeros dtype variant to the shim and as a stable op (#161597)
In case we want this before 2.9 Pull Request resolved: https://github.com/pytorch/pytorch/pull/161597 Approved by: https://github.com/mikaylagawarecki
This commit is contained in:
committed by
PyTorch MergeBot
parent
05d0f11dbd
commit
63632fc7ee
@ -187,4 +187,5 @@ aten_shimified_ops: dict[str, dict[str, list[str]]] = {
|
||||
"aten.narrow.default": {},
|
||||
"aten.amax.default": {},
|
||||
"aten.new_empty.default": {},
|
||||
"aten.new_zeros.default": {},
|
||||
}
|
||||
|
Reference in New Issue
Block a user