Skip to content

Commit

Permalink
TST: Try forcing gpus=0 in benchmark test subprocess call
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Berg <[email protected]>
  • Loading branch information
seberg committed Nov 12, 2024
1 parent cb663ec commit ddea6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legateboost/test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_benchmark(benchmark_dir):
del env["LEGATE_CONFIG"]

subprocess.run(
"legate --cpus 2 legateboost_scaling.py --nrows 100 --ncols 5 --niter 2"
"legate --cpus=2 --gpus=0 legateboost_scaling.py --nrows 100 --ncols 5 --niter 2"
+ " --model_types tree,linear,krr,nn",
shell=True,
check=True,
Expand Down

0 comments on commit ddea6d7

Please sign in to comment.