Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dtensor] handle the case where output of op is Optional[Tensor] (pyt…
…orch#90241) Observed by @aazzolini, some op might have Optional[Tensor] returns where it return None (i.e. native_layer_norm_backward), it's a mismatch between C++ aten op signature and python None, but we need to handle it in the python side Pull Request resolved: pytorch#90241 Approved by: https://github.com/aazzolini
- Loading branch information