Skip to content

Commit

Permalink
restrict mesa/llvmpipe vector width for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Apr 10, 2024
1 parent 8da4047 commit f45cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_offline_consistent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdir "$TMPDIR/ref"
run_offline()
{
dir=$1
docker run -v "$TMPDIR:/gamutrf/data" -t iqtlabs/gamutrf gamutrf-offline --tune-step-fft=512 --db_clamp_floor=-150 --nfft=1024 --rotate_secs=0 --inference_output_dir=/gamutrf/data/"$dir" /gamutrf/data/input/$TESTFILE
docker run -v "$TMPDIR:/gamutrf/data" -e LP_NATIVE_VECTOR_WIDTH=128 -t iqtlabs/gamutrf gamutrf-offline --tune-step-fft=512 --db_clamp_floor=-150 --nfft=1024 --rotate_secs=0 --inference_output_dir=/gamutrf/data/"$dir" /gamutrf/data/input/$TESTFILE
}

run_offline ref
Expand Down

0 comments on commit f45cf72

Please sign in to comment.