This commit is contained in:
Chranos
2026-02-04 17:39:32 +08:00
parent 8511fe8530
commit 79dfc69789
299 changed files with 55927 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
## BT_OPS测试脚本使用方式
```bash
# 测试所有测例
bash run_test.sh
```
```bash
# 测试单个测例
python3 test_测例名称.py
```
- 必须在Torch-MLU-Ops docker容器内运行。
- 测试脚本的命名规则为 `test_测例名称.py`
- 必须保证 Torch-MLU-Ops whl包正确安装。