Replies: 3 comments 6 replies
-
Yes, if you can test on the actual hardware that would be a great way to make progress on this. The first step would be checking if the Stockfish build works. The build artifact on https://github.com/niklasf/Stockfish/actions/runs/400799007 includes |
Beta Was this translation helpful? Give feedback.
-
The first step would be checking if the Stockfish build works. The build artifact on https://github.com/niklasf/Stockfish/actions/runs/400799007 <https://github.com/niklasf/Stockfish/actions/runs/400799007> includes stockfish-macos-aarch64. Could you please check if that's working? (Download https://tests.stockfishchess.org/api/nn/nn-62ef826d1a6d.nnue <https://tests.stockfishchess.org/api/nn/nn-62ef826d1a6d.nnue> next to it, then something like chmod +x stockfish-macos-aarch64 && ./stockfish-macos-aarch64 bench).
Seems to run just fine - stdout attached.
… On Dec 27, 2020, at 8:22 AM, Niklas Fiekas ***@***.***> wrote:
Yes, if you can test on the actual hardware that would be a great way to make progress on this.
The first step would be checking if the Stockfish build works. The build artifact on https://github.com/niklasf/Stockfish/actions/runs/400799007 <https://github.com/niklasf/Stockfish/actions/runs/400799007> includes stockfish-macos-aarch64. Could you please check if that's working? (Download https://tests.stockfishchess.org/api/nn/nn-62ef826d1a6d.nnue <https://tests.stockfishchess.org/api/nn/nn-62ef826d1a6d.nnue> next to it, then something like chmod +x stockfish-macos-aarch64 && ./stockfish-macos-aarch64 bench).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#150 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APKVJ65BESQTWDA4HAQKA7TSW4YH7ANCNFSM4VKZMYIQ>.
|
Beta Was this translation helpful? Give feedback.
-
Alright ... on to the full client. The latest development snapshot ( |
Beta Was this translation helpful? Give feedback.
-
Are there plans for a pre-compiled binary for the Apple M1 architecture anytime soon? I could have a go at building it for myself, but I'm not a Rust user so there's a fair bit of overhead involved.
Beta Was this translation helpful? Give feedback.
All reactions