You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# PyTorch Out-of-tree Accelerator TestInfra
2
2
3
-
Welcometo the `oota` repository! This repository is
4
-
designed to facilitate the integration testing of different accelerators with
5
-
PyTorch. Our primary focus is to ensure seamless integration and compatibility
6
-
across various devices by running comprehensive GitHub workflows.
3
+
Welcome! This repository is designed to facilitate the integration testing of
4
+
different accelerators with PyTorch. Our primary focus is to ensure seamless
5
+
integration and compatibility across various devices by running comprehensive
6
+
GitHub workflows.
7
7
8
8
## Accelerator Integration Test Results
9
9
@@ -133,7 +133,6 @@ correctly and efficiently across different platforms.
133
133
### Key Features
134
134
135
135
-**Automated Integration Tests**: Run tests automatically for different devices using GitHub Actions.
136
-
-**Cross-Device Compatibility**: Ensure that PyTorch functions correctly on NPUs, GPUs, and other devices.
137
136
-**Reusable Workflows**: Leverage modular and reusable workflows to streamline the testing process.
138
137
139
138
## Usage
@@ -148,15 +147,12 @@ triggering the workflows.
148
147
149
148
For customize your own workflows, here are some reference configuration in [workflow](https://github.com/pytorch-fdn/oota/tree/main/.github/workflows).
150
149
151
-
## Roadmap
152
-
153
-
TBD
154
-
155
150
## Contributing
156
151
157
152
We welcome contributions to enhance the integration testing process. Feel free
158
153
to submit issues, pull requests, or suggestions to help us improve the
159
-
compatibility and performance of PyTorch on various devices.
154
+
compatibility and performance of PyTorch on various devices. See the
155
+
[CONTRIBUTING](CONTRIBUTING.md) for more details.
160
156
161
157
### Reporting Issues
162
158
@@ -165,5 +161,5 @@ please report them via the [Issues](https://github.com/pytorch-fdn/oota/issues)
165
161
166
162
## License
167
163
168
-
This project is licensed under BSD-3-Clause license. See the [LICENSE](LICENSE)
164
+
This project is licensed under Apache-2.0 license. See the [LICENSE](LICENSE)
0 commit comments