Skip to content

Commit 2498a9b

Browse files
authored
Update README.md
1 parent d847751 commit 2498a9b

File tree

1 file changed

+42
-3
lines changed

1 file changed

+42
-3
lines changed

README.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
# pytorch-integration-tests
1+
# PyTorch Integration Tests
2+
3+
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.
4+
5+
## Accelerator Integration Test Results
6+
7+
|[torch_npu](https://github.com/ascend/pytorch)|
8+
|----|
9+
| ![torch_npu periodic workflow](https://github.com/cosdt/pytorch-integration-tests/actions/workflows/periodic.yml/badge.svg) |
10+
| ![torch_npu manual workflow](https://github.com/cosdt/pytorch-integration-tests/actions/workflows/manual.yml/badge.svg)| |
11+
12+
13+
## Overview
14+
15+
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.
16+
17+
### Key Features
18+
- **Automated Integration Tests**: Run tests automatically for different devices using GitHub Actions.
19+
- **Cross-Device Compatibility**: Ensure that PyTorch functions correctly on NPUs, GPUs, and other devices.
20+
- **Reusable Workflows**: Leverage modular and reusable workflows to streamline the testing process.
21+
22+
## Usage
23+
24+
### Running Tests
25+
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.
27+
28+
### Customizing Workflows
29+
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.
31+
32+
## Contributing
33+
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.
35+
36+
### Reporting Issues
37+
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.
39+
40+
## License
41+
42+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
243

3-
![torch_npu periodic workflow](https://github.com/cosdt/pytorch-integration-tests/actions/workflows/periodic.yml/badge.svg)
4-
![torch_npu manual workflow](https://github.com/cosdt/pytorch-integration-tests/actions/workflows/manual.yml/badge.svg)

0 commit comments

Comments
 (0)