Skip to content

Commit

Permalink
Change the default tt size to 256 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
spinojara committed Apr 29, 2024
1 parent 33a89fd commit 1fe7816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ifeq ($(SIMD), sse2)
CFLAGS += -DSSE2 -msse2
endif

TT ?= 64
TT ?= 256
NNUE ?= etc/current.nnue

ifneq ($(SYZYGY), )
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in the root directory. Make can be run with the following command

to specify a transposition table size, available SIMD instructions and an NNUE
filename respectively. TT={n} gives a transposition table of n MiB. The default
value of n is 64. Available targets for SIMD={str} are sse2, sse4 and avx2 in
value of n is 256. Available targets for SIMD={str} are sse2, sse4 and avx2 in
increasing order of performance.

Training data
Expand Down

0 comments on commit 1fe7816

Please sign in to comment.