intelligent-machine-learning / dlrover

DLRover: An Automatic Distributed Deep Learning System
Other
1.07k stars 139 forks source link

Does DLRover have plan to support the MindSpore backend framework? #888

Open botieking98 opened 6 months ago

workingloong commented 6 months ago

Now, we are developing features to support running torch_npu on Ascend 910 processor. If you have any ideas and solutions to support Mindspore, feel free to submit PRs.

superleo commented 4 months ago

Now, we are developing features to support running torch_npu on Ascend 910 processor. If you have any ideas and solutions to support Mindspore, feel free to submit PRs.

do we have design doc for that? or a guide/doc for us to implement a new processor support in dlrover.

workingloong commented 4 months ago

Yeah, we are writing the guide and designing the APIs to use DLRover with new AI chips. We can discuss the detail of API design together if you are interested in implementing a new processor support in dlrover.

workingloong commented 4 months ago

I have submitted a PR in #1026 to show how to implement a new processor support in DLRover.