mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Add JSON output to multi-GPU tests (#274)
This commit is contained in:
parent
6ee76a8a6d
commit
f14a1d0b71
@ -54,11 +54,15 @@ run_tests() {
|
||||
|
||||
python3 -m pytest \
|
||||
--html="${LOG_DIR}/multi_gpu_pmap_test_log.html" \
|
||||
--json-report \
|
||||
--json-report-file="${LOG_DIR}/multi_gpu_pmap_test_log.json" \
|
||||
--reruns 3 \
|
||||
tests/pmap_test.py
|
||||
|
||||
python3 -m pytest \
|
||||
--html="${LOG_DIR}/multi_gpu_multi_device_test_log.html" \
|
||||
--json-report \
|
||||
--json-report-file="${LOG_DIR}/multi_gpu_multi_device_test_log.json" \
|
||||
--reruns 3 \
|
||||
tests/multi_device_test.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user