mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Add targets nnue-learn, nnue-learn-use-blas
This commit is contained in:
parent
3dcd2bb69b
commit
fc5f64b383
1 changed files with 6 additions and 0 deletions
|
@ -546,6 +546,12 @@ icc-profile-use:
|
|||
EXTRACXXFLAGS='-prof_use -prof_dir ./profdir' \
|
||||
all
|
||||
|
||||
nnue-learn: config-sanity
|
||||
$(MAKE) CXXFLAGS='$(CXXFLAGS) -DEVAL_LEARN -DEVAL_NNUE -DUSE_EVAL_HASH -DUSE_AVX2 -DUSE_SSE2' build
|
||||
|
||||
nnue-learn-use-blas: config-sanity
|
||||
$(MAKE) CXXFLAGS='$(CXXFLAGS) -DEVAL_LEARN -DEVAL_NNUE -DUSE_EVAL_HASH -DUSE_AVX2 -DUSE_SSE2 -DUSE_BLAS' build
|
||||
|
||||
.depend:
|
||||
-@$(CXX) $(DEPENDFLAGS) -MM $(OBJS:.o=.cpp) > $@ 2> /dev/null
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue