Skip to content

Commit 59cf6ab

Browse files
authored
[INTEL_HPU] removed test_top_p_sampling test cases and updated Readme on how to use stable and unstable test (#1611)
Signed-off-by: Luo, Focus <[email protected]>
1 parent fb06426 commit 59cf6ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

backends/intel_hpu/tests/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends
1111
# to run special test cases
1212
python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2 --k test_abs_op
1313
python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2 --k test_abs_op.py
14+
15+
#how to run all, stable, or unstable test cases
16+
stable: all passed test cases suits
17+
unstable: test sub suites which have failed cases
18+
python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2
19+
python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter all --junit test_result.xml --platform gaudi2
20+
python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter stable --junit test_result.xml --platform gaudi2
21+
python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter unstable --junit test_result.xml --platform gaudi2

backends/intel_hpu/tests/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@
2121
skip_case_lst = [
2222
"test_activation_op.py",
2323
"test_pow.py",
24-
"test_top_p_sampling.py",
2524
]

0 commit comments

Comments
 (0)