Tom Vijlbrief

Results 7 issues of Tom Vijlbrief

A long running test like: https://tests.stockfishchess.org/tests/view/5f01a78059f6f0353289439b has a lot of workers with bad Residual (yellow or red). @vdbergh Is it possible that the Residual calculation is impacted by the smaller...

enhancement
nnue

@ppigazzini EDITTED: At various places runs are updated while they may be concurrently written to MongoDb. Eg `update_spsa()` might cause an exception when executing `spsa["param_history"].append(summary)`. This rare exception is from...

bug
server

After running about an hour gsync always ends hanging in a random transfer. When running in debug mode and after manual interrupt: DEBUG: drive/:708:update(): \* uploading next chunk... DEBUG: drive/:708:update():...

in addition directories are queried multiple times. https://github.com/tomtor/gsync/commit/85ef31f964373b07541a53fbd90944b0c9bf7add speeds up an (resumed) upload sync significantly. Note that I did not test this with download syncs.

Somewhat related to https://github.com/Rahix/avr-device/issues/190 and https://github.com/rust-lang/rust/pull/141260 (@LuigiPiucco ) I discovered this in a normal avr-device program: https://github.com/tomtor/avr-modern-rust and rewrote it to a minimal program to demonstrate the issue: ``` #![no_std]...

compiler-bug

I added an mcu/avrmodern_hal with an implementation for usart and ports, for the attiny402 and attiny1614. Also some code for attiny3224 and avr128db28 (commented out because these are not in...