Skip to content

Commit

Permalink
Fix abort message to require MKL rather than generic BLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
graemenail committed Sep 13, 2022
1 parent d713aec commit d691b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/lsh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void fillRandomRotationMatrix(Tensor output, Ptr<Allocator> 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
}

Expand Down

0 comments on commit d691b98

Please sign in to comment.