mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Fix compilation error with USE_BLAS
This commit is contained in:
@@ -151,7 +151,7 @@ namespace Eval::NNUE {
|
|||||||
kHalfDimensions, biases_, 1, &output_[output_offset], 1
|
kHalfDimensions, biases_, 1, &output_[output_offset], 1
|
||||||
);
|
);
|
||||||
|
|
||||||
for (const auto& feature : (*batch_)[b].training_features[c]) {
|
for (const auto& feature : batch_[b].training_features[c]) {
|
||||||
const IndexType weights_offset = kHalfDimensions * feature.get_index();
|
const IndexType weights_offset = kHalfDimensions * feature.get_index();
|
||||||
cblas_saxpy(
|
cblas_saxpy(
|
||||||
kHalfDimensions, (float)feature.get_count(),
|
kHalfDimensions, (float)feature.get_count(),
|
||||||
|
|||||||
Reference in New Issue
Block a user