-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game of GO benchmark #1169
Comments
Added to the perf2 suite: https://github.com/JuliaLang/julia/tree/master/test/perf2 |
So I played around with this last night incorporating the pending 635 ...pbox/go.jl; ...dditional_liberty; line: 123
191 ...pbox/go.jl; ...dditional_liberty; line: 124 Where lines 123 and 124 correspond to: ai = 1 + mod(pos - 1, board.size)
aj = 1 + fld(pos - 1, board.size) I guess I wouldn't expect Gist of my modified code: https://gist.github.com/karbarcca/5815251 |
It's deeply unfortunate that processors implement |
Much faster after #4042. |
) Stdlib: LinearAlgebra URL: https://github.com/JuliaLang/LinearAlgebra.jl.git Stdlib branch: master Julia branch: master Old commit: 57e9a0d New commit: c9ad828 Julia version: 1.12.0-DEV LinearAlgebra version: 1.12.0 Bump invoked by: @ViralBShah Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/LinearAlgebra.jl@57e9a0d...c9ad828 ``` $ git log --oneline 57e9a0d..c9ad828 c9ad828 Fix #1164 - flaky posv test (#1166) 106da87 Merge branch 'master' into vs/1164 443aa0f update manifest from JuliaSyntaxHighlighting UUID change (#1188) 0ce073c update manifest from JuliaSyntaxHighlighting UUID change e05561b Merge branch 'master' into vs/1164 55eddfc Fix structure test for strided matrices (#1184) 1a0135a Let `cond` of an empty square matrix return zero (#1169) 7542f75 Fix test 6f2c5df Fix structure test for strided matrices 697ee4f Fix #1164 ``` Co-authored-by: ViralBShah <[email protected]> Co-authored-by: Viral B. Shah <[email protected]>
Issue to track the Game of GO benchmark
https://groups.google.com/d/topic/julia-dev/8uIjpx-YTKw/discussion
Code from https://gist.github.com/3373404
The text was updated successfully, but these errors were encountered: