]> git.sesse.net Git - stockfish/history - src/nnue
Fix compilation after recent merge.
[stockfish] / src / nnue /
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-19 FauziAkramUse std::abs over abs
2023-10-24 Joost VandeVondeleCleanup comments and some code reorg.
2023-10-24 cj5716Small formatting improvements
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 mstemberaRemove outdated Tile naming.
2023-10-21 FauziAkramStandardize Comments
2023-10-08 mstemberaOptimize the most common update accumalator cases w...
2023-10-08 mstemberaRemove handcrafted MMX code
2023-09-29 Sebastian BuchwaldUse C++17 variable templates for type traits
2023-09-22 Linmiao XuUpdate NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea5...
2023-09-22 mstemberaReduce SIMD register count from 32 to 16
2023-09-22 cj5716Make casting styles consistent
2023-09-22 mstemberaSparse impl of affine_transform_non_ssse3()
2023-09-11 Tomasz SobczykPrevent usage of AVX-512 for the last layer.
2023-09-03 DisservinCleanup includes
2023-08-22 Gian-Carlo PascuttoSimplify Square Clipped ReLU code.
2023-08-22 MatthiesAllow compilation on Raspi (for ARMv8)
2023-08-11 Joost VandeVondeleImprove testing coverage, remove unused code
2023-08-06 AndrovTImplement AffineTransformSparseInput for armv8
2023-07-28 Stéphane NicoletImprove some comments
2023-07-28 mstemberaRemove unused return type from propagate()
2023-07-19 mstemberaRemove inline assembly
2023-07-16 Joost VandeVondeleConsolidate to centipawns conversion
2023-07-16 AndrovTremove large input specialization
2023-07-13 mstemberaMore simplifications and cleanup in affine_transform_sp...
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-07-06 mstemberaSimplify away lookup_count.
2023-07-03 mstemberaSimplify lookup_count and clean up pieces().
2023-07-01 Linmiao XuUpdate NNUE architecture to SFNNv7 with larger L1 size...
2023-07-01 Stéphane NicoletDocument the LEB128 patch
2023-06-19 maximCompressed network parameters
2023-06-13 Andreas MatthiesFix for MSVC compilation.
2023-06-12 AndrovTUse block sparse input for the first layer.
2023-05-31 Linmiao XuUpdate NNUE architecture to SFNNv6 with larger L1 size...
2023-04-10 Maxim MasiutinMade two specializations for affine transform easier...
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-03-29 Sebastian BuchwaldReuse existing functions to read/write array of network...
2023-03-25 MinetaSRemove non_pawn_material in NNUE::evaluate
2023-03-19 disservinNNUE namespace cleanup
2023-03-14 pb00067Small cleanups
2023-02-27 Sebastian BuchwaldUnify type alias declarations
2023-02-24 Sebastian BuchwaldFix typo in method name
2023-02-23 Joost VandeVondeleIntroduce a function to compute NNUE accumulator
2023-02-23 Sebastian BuchwaldRemove unused macros
2023-02-23 Sebastian BuchwaldAdd support for ARM dot product instructions
2023-02-18 MinetaSFix overflow in add_dpbusd_epi32x2
2023-01-28 Sebastian BuchwaldRemove redundant const qualifiers
2023-01-28 Sebastian BuchwaldSimplify functions to read/write network parameters
2023-01-22 Sebastian BuchwaldFix asm modifiers in add_dpbusd_epi32x2 implementations
2023-01-09 Sebastian BuchwaldAvoid unnecessary string copies
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-09 Stefano Di MartinoModernize code base a little bit
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-11-05 Joost VandeVondeleNormalize evaluation
2022-10-27 ClausableFix README typos, update AUTHORS
2022-10-16 mstemberaOptimize make_index() using templates and lookup tables.
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-09-11 mstemberaOptimize AVX2 path in NNUE evaluation
2022-06-20 DubslowUse NNUE complexity in search, retune related parameters
2022-06-02 xoto10Blend nnue complexity with classical.
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-05-14 Tomasz SobczykUpdate NNUE architecture to SFNNv5. Update network...
2022-03-28 TopologistPlay more positional in endgames
2022-03-02 Ben ChaneyGeneralize the feature transform to use vec_t macros
2022-03-01 Tomasz SobczykUse dynamic allocation for evaluation scratch TLS buffer.
2022-02-25 mstemberaClean up and simplify some nnue code.
2022-02-10 Tomasz SobczykUpdate architecture to "SFNNv4". Update network to...
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-19 Stéphane NicoletSimplification in evaluate_nnue.cpp
2021-12-07 Tomasz SobczykOptimize FT activation and affine transform for NEON.
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-01 Michael OrtmannFix typos in comments, adjust readme
2021-12-01 hengyuSmall clean-up
2021-10-23 Stefano CardanobileRewrite NNUE evaluation adjustments
2021-10-23 mstemberaSimplify away ValueListInserter
2021-10-07 xoto10Small clean-up, Sept 2021
2021-09-21 Michael ChalyCombo of various parameter tweaks
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-08-20 Tomasz SobczykOptimize and tidy up affine transform code.
2021-08-15 Tomasz SobczykNew NNUE architecture and net
2021-07-30 Tomasz SobczykAvoid unnecessary stores in the affine transform
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-03 Stéphane NicoletSimplify format_cp_aligned_dot()
2021-06-21 Joost VandeVondeleFix build error on OSX
2021-06-19 Tomasz SobczykChange trace with NNUE eval support
2021-06-14 Tomasz SobczykReduce the number of accumulator states
2021-06-13 Tomasz SobczykRegister count for feature transformer
2021-06-13 Stéphane NicoletClarify use of UCI options
2021-06-13 Tomasz SobczykRead NNUE net faster
2021-06-04 Stéphane NicoletClean SIMD code a bit
2021-05-30 Tomasz SobczykFix export of the feature transformer.
2021-05-26 Stéphane NicoletDo not use lazy evaluation inside NNUE
2021-05-25 Tomasz SobczykExpose the lazy threshold for the feature transformer...
next