Skip to content

Commit 976740d

Browse files
committed
Try larger L1 size of 2048
1 parent 0aba073 commit 976740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nnue/nnue_architecture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Stockfish::Eval::NNUE {
4040
using FeatureSet = Features::HalfKAv2_hm;
4141

4242
// Number of input feature dimensions after conversion
43-
constexpr IndexType TransformedFeatureDimensions = 1536;
43+
constexpr IndexType TransformedFeatureDimensions = 2048;
4444
constexpr IndexType PSQTBuckets = 8;
4545
constexpr IndexType LayerStacks = 8;
4646

0 commit comments

Comments
 (0)