Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/decoder/intgemm/test_intgemm_16bit_avx2.sh')
-rw-r--r--tests/decoder/intgemm/test_intgemm_16bit_avx2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh b/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
index f918767..a22faea 100644
--- a/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
+++ b/tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
@@ -9,7 +9,7 @@
set -e
# Skip if requirements are not met
-if [ ! $MRT_MARIAN_USE_MKL ]; then
+if [ ! $MRT_MARIAN_USE_CPU ]; then
echo "Marian is not compiled with CPU" 1>&2
exit 100
elif ! grep -q "avx2" /proc/cpuinfo; then