Commit 589fc04
zhangyue
refactor(test): remove duplicate rms_norm test files and unify kernel loading
- Delete `test_rms_norm_precision.py` (duplicate of `tests/test_rms_norm.py`)
- Delete `run_rms_norm_precision_report.py` (another copy with hardcoded path)
- Unify `test_add_rms_norm.py` to use `import ascend_kernel` instead of
ctypes manual loading1 parent ae05b0b commit 589fc04
File tree
3 files changed
+2
-368
lines changed- src/ascend/custom_kernel
- csrc/ops/rms_norm/test
- tests
3 files changed
+2
-368
lines changedLines changed: 0 additions & 205 deletions
This file was deleted.
Lines changed: 0 additions & 147 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 6 | + | |
21 | 7 | | |
22 | 8 | | |
23 | 9 | | |
| |||
0 commit comments