mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This simple PR adds `clone` as a primitive. Current implementation of `clone` is not supported with nvFuser executor because of `empty_like` + `copy_to`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/86705 Approved by: https://github.com/mruberry |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| context.py | ||
| executor.py | ||
| nvfuser_executor.py | ||
| nvfuser_prims.py | ||