We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d713aec commit d691b98Copy full SHA for d691b98
src/layers/lsh.cpp
@@ -42,7 +42,7 @@ void fillRandomRotationMatrix(Tensor output, Ptr<Allocator> allocator) {
42
allocator->free(memory);
43
#else
44
output; allocator;
45
- 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");
46
#endif
47
}
48
0 commit comments