diff --git a/src/layers/lsh.cpp b/src/layers/lsh.cpp index 30e434d15..e5c60bbb1 100644 --- a/src/layers/lsh.cpp +++ b/src/layers/lsh.cpp @@ -42,7 +42,7 @@ void fillRandomRotationMatrix(Tensor output, Ptr allocator) { allocator->free(memory); #else output; allocator; - ABORT("LSH with rotation matrix requires Marian to be compiled with a BLAS library"); + ABORT("LSH with rotation matrix requires Marian to be compiled with MKL"); #endif }