This commit is contained in:
Hieu Hoang 2021-04-30 23:59:05 +00:00
parent 4500221cfc
commit 7faebf77ca

View File

@ -225,7 +225,7 @@ void LSHShortlist::filter(Expr input, Expr weights, bool isLegacyUntransposedW,
broadcast(weights, isLegacyUntransposedW, b, lemmaEt, indicesExpr_, k_);
#else
query; values;
input; weights; isLegacyUntransposedW; b; lemmaEt;
ABORT("LSH output layer requires a CPU BLAS library");
#endif
}