onnxruntime/orttraining
Wei-Sheng Chin 532f8c642c
Fix a backend test by using local backend (#19230)
The decomposition pass (e.g., converting torch.add to aten.add) in DORT
no longer exists. Therefore, we have to use `use_aot_autograd=True` to
enable Dynamo's built-in operator decomposition. I think we need to add
the decomposition pass back to DORT or remove `use_aot_autograd` (remove
because it will always be `true`).
2024-01-23 14:57:30 -08:00
..
orttraining Fix a backend test by using local backend (#19230) 2024-01-23 14:57:30 -08:00
tools [ROCm] Update CI/Packaging pipeline to ROCm6.0 (#18985) 2024-01-03 17:25:15 +08:00