We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee76a8 commit f14a1d0Copy full SHA for f14a1d0
build/rocm/run_multi_gpu.sh
@@ -54,11 +54,15 @@ run_tests() {
54
55
python3 -m pytest \
56
--html="${LOG_DIR}/multi_gpu_pmap_test_log.html" \
57
+ --json-report \
58
+ --json-report-file="${LOG_DIR}/multi_gpu_pmap_test_log.json" \
59
--reruns 3 \
60
tests/pmap_test.py
61
62
63
--html="${LOG_DIR}/multi_gpu_multi_device_test_log.html" \
64
65
+ --json-report-file="${LOG_DIR}/multi_gpu_multi_device_test_log.json" \
66
67
tests/multi_device_test.py
68
0 commit comments