| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
show correct castling move for frc (#2376) Co-authored-by: borg323 <borg323@users.noreply.github.com> | 2 个月前 | |
Limit register allocations fit requirements (#2411) This fixes T78 on SM 90+. NVCC prefers more than 128 registers which is the maximum for 512 threads in a block. | 1 个月前 | |
fix: prevent segfault in Python bindings when calling `Weights.filters()` on transformer networks (#2395) * fix: guard Weights.filters() against segfault on transformer/T1 networks with no residual blocks * add exception py binding * empty commit * review comment * address review comments | 3 个月前 | |
Fix dag n_in_flight underflow (#2388) ShouldStopPickingHere can change return value for a node if the garbage collection thread frees an alternative parent while node is considered for visits. Initially picking assumed that it would stop here and generate conflicts which would skip n_in_flight increments. Later decision would change to visit children which would assume n_in_flight was incremented. | 1 个月前 | |
fix multiplay issues (#2367) * guard against empty batches Adds a check in memcache.cc that was missed in the refactoring. Also adds checks in affected backends (just in case). | 3 个月前 | |
assorted warning fixes (#2135) | 1 年前 | |
Add first batch time to backendbench (#2382) | 2 个月前 | |
Allow rescorer to rescore V7 training data (#2348) | 3 个月前 | |
Add FLOAT32 encoding support for full precision weights (#2358) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mooskagh <11266455+mooskagh@users.noreply.github.com> Co-authored-by: borg323 <borg323@users.noreply.github.com> | 6 个月前 | |
revert ponder behavior (#2409) | 1 个月前 | |
revert ponder behavior (#2409) | 1 个月前 | |
complete simple mode (#2181) | 1 年前 | |
Remove EngineClassic. (#2178) Co-authored-by: borg323 <borg323@users.noreply.github.com> | 1 年前 | |
Add a test to the Engine class. (#2140) * skeleton * Actually have a test. * std::promise<void> instead of BestMoveInfo as we don't use it anyway yet. * Update gtest wrap * Fix test. * (likely) build fix | 1 年前 | |
Add basic NVTX tracing support (#2331) * Add basic NVTX tracing support This adds a few useful basic annotations to Nsight system profiles. It helps compare CPU execution speed to GPU speed. This adds only a few annotations to most likely suspects to cause issues. * Add basic Perfetto support * Add a few more useful trace scope to classic search | 7 个月前 | |
There's no need for rescorer to be inherited from UciLoop (#2142) | 1 年前 | |
show build identifier only if not a release (#1034) | 5 年前 | |
fix incllude files (#1886) | 3 年前 | |
update authors, changelog and version before branch (#2210) | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 1 年前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 6 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 3 年前 | ||
| 11 个月前 |