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
Welcome to the `pytorch-integration-tests` repository! This repository is designed to facilitate the integration testing of different accelerators with PyTorch. Our primary focus is to ensure seamless integration and compatibility across various devices by running comprehensive GitHub workflows.
3
+
Welcome to the `pytorch-integration-tests` 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.
This repository contains workflows and scripts that automate the testing process for integrating different hardware devices with PyTorch. The tests aim to validate that PyTorch's device-specific functionalities are working correctly and efficiently across different platforms.
27
+
This repository contains workflows and scripts that automate the testing
28
+
process for integrating different hardware devices with PyTorch. The tests aim
29
+
to validate that PyTorch's device-specific functionalities are working
30
+
correctly and efficiently across different platforms.
16
31
17
32
### Key Features
33
+
18
34
-**Automated Integration Tests**: Run tests automatically for different devices using GitHub Actions.
19
35
-**Cross-Device Compatibility**: Ensure that PyTorch functions correctly on NPUs, GPUs, and other devices.
20
36
-**Reusable Workflows**: Leverage modular and reusable workflows to streamline the testing process.
@@ -23,21 +39,28 @@ This repository contains workflows and scripts that automate the testing process
23
39
24
40
### Running Tests
25
41
26
-
To run the integration tests, the repository leverages GitHub Actions. You can trigger the tests by pushing code to the repository or by manually triggering the workflows.
42
+
To run the integration tests, the repository leverages GitHub Actions.
43
+
You can trigger the tests by pushing code to the repository or by manually
44
+
triggering the workflows.
27
45
28
46
### Customizing Workflows
29
47
30
-
The workflows are designed to be flexible. You can customize the parameters such as the target branch, runner, and loop time by modifying the inputs in the workflow files.
48
+
The workflows are designed to be flexible. You can customize the parameters
49
+
such as the target branch, runner, and loop time by modifying the inputs in
50
+
the workflow files.
31
51
32
52
## Contributing
33
53
34
-
We welcome contributions to enhance the integration testing process. Feel free to submit issues, pull requests, or suggestions to help us improve the compatibility and performance of PyTorch on various devices.
54
+
We welcome contributions to enhance the integration testing process. Feel free
55
+
to submit issues, pull requests, or suggestions to help us improve the
56
+
compatibility and performance of PyTorch on various devices.
35
57
36
58
### Reporting Issues
37
59
38
-
If you encounter any issues while using the workflows or integrating a device, please report them via the [Issues](https://github.com/cosdt/pytorch-integration-tests/issues) tab.
60
+
If you encounter any issues while using the workflows or integrating a device,
61
+
please report them via the [Issues](https://github.com/cosdt/pytorch-integration-tests/issues) tab.
39
62
40
63
## License
41
64
42
-
This project is licensed under BSD-3-Clause license. See the [LICENSE](LICENSE) file for more details.
43
-
65
+
This project is licensed under BSD-3-Clause license. See the [LICENSE](LICENSE)
0 commit comments