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_8bit_shifted.sh')
-rw-r--r--tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh b/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh
index 1782f35..cd33092 100644
--- a/tests/decoder/intgemm/_test_intgemm_8bit_shifted.sh
+++ b/tests/decoder/intgemm/_test_intgemm_8bit_shifted.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 "avx" /proc/cpuinfo; then