Skip to content

Commit d691b98

Browse files
committed
Fix abort message to require MKL rather than generic BLAS
1 parent d713aec commit d691b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/lsh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void fillRandomRotationMatrix(Tensor output, Ptr<Allocator> allocator) {
4242
allocator->free(memory);
4343
#else
4444
output; allocator;
45-
ABORT("LSH with rotation matrix requires Marian to be compiled with a BLAS library");
45+
ABORT("LSH with rotation matrix requires Marian to be compiled with MKL");
4646
#endif
4747
}
4848

0 commit comments

Comments
 (0)