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:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-19 15:35:06 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-19 15:35:06 +0300
commitffef402c2c524370493af8c61a4f9bfed31f5580 (patch)
tree66b61b089d6e45f61a333cd6fb7ab3a51ca1ae3e /tests/decoder
parent25b35199ce5f88c5cbf6220f648ff3028c01b72c (diff)
Check if CPU version is compiled
Diffstat (limited to 'tests/decoder')
-rw-r--r--tests/decoder/wmt16/test_ende_cpu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/decoder/wmt16/test_ende_cpu.sh b/tests/decoder/wmt16/test_ende_cpu.sh
index 5bf5723..c04ceee 100644
--- a/tests/decoder/wmt16/test_ende_cpu.sh
+++ b/tests/decoder/wmt16/test_ende_cpu.sh
@@ -3,7 +3,8 @@
# Exit on error
set -e
-# Skip if no CUDNN found
+
+# Skip if no MKL found
if [ ! $MRT_MARIAN_USE_MKL ]; then
exit 100
fi