I don't think there is better ARM-based hardware available at the moment. (I am not saying this makes up for poor Linux support.)wickedpotus wrote: ↑Thu Aug 31, 2023 3:45 pmWhile it can be enjoyable to use "good" software on Apple computers, it seems quite unreasonable to choose an expensive ARM-based Apple computer over faster and more affordable alternatives available, especially if the intention is to run Linux.
Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
Moderator: Ras
-
- Posts: 5728
- Joined: Tue Feb 28, 2012 11:56 pm
Re: Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
-
- Posts: 195
- Joined: Thu Feb 04, 2021 10:24 pm
- Full name: Arnold Magnum
Re: Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
You’re right.syzygy wrote: ↑Sat Sep 02, 2023 3:24 pmI don't think there is better ARM-based hardware available at the moment. (I am not saying this makes up for poor Linux support.)wickedpotus wrote: ↑Thu Aug 31, 2023 3:45 pmWhile it can be enjoyable to use "good" software on Apple computers, it seems quite unreasonable to choose an expensive ARM-based Apple computer over faster and more affordable alternatives available, especially if the intention is to run Linux.
-
- Posts: 518
- Joined: Fri Jun 04, 2010 7:23 am
Re: Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
I have a few questions :
1. What OS and gui did the Ipman benchmarks used for the Mac computers? Was it parallels and then using chessbase gui? Or was it using the stockfish app for Mac?
2. Anyone have any benchmarks on Leela Zero using the 60 core GPU (or 76 core GPU) of the M2 ultra (Mac studio)?
1. What OS and gui did the Ipman benchmarks used for the Mac computers? Was it parallels and then using chessbase gui? Or was it using the stockfish app for Mac?
2. Anyone have any benchmarks on Leela Zero using the 60 core GPU (or 76 core GPU) of the M2 ultra (Mac studio)?
-
- Posts: 693
- Joined: Sun Aug 04, 2013 1:19 pm
Re: Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
https://ipmanchess.yolasite.com/amd--in ... ckfish.phph1a8 wrote: ↑Thu Nov 09, 2023 2:08 am I have a few questions :
1. What OS and gui did the Ipman benchmarks used for the Mac computers? Was it parallels and then using chessbase gui? Or was it using the stockfish app for Mac?
2. Anyone have any benchmarks on Leela Zero using the 60 core GPU (or 76 core GPU) of the M2 ultra (Mac studio)?
macOS see number.
No GUI. Just exe.
https://github.com/official-stockfish/S ... ssues/4241
For LC0 see results on Discord or GitHub https://github.com/LeelaChessZero/lc0/issues/1795
See net size for M1 MAX example:
t1-smolgen-512x15x8h-distilled-swa-3395000.pb
Total time (ms) : 343348
Nodes searched : 445225
Nodes/second : 1297 change it from 32 cores to 60 or 76 core GPU. (64 = 2600). Calculate 2600 +27% faster M2 Metal.
-
- Posts: 2037
- Joined: Thu Sep 18, 2008 10:24 pm
-
- Posts: 3331
- Joined: Wed Mar 10, 2010 10:18 pm
- Location: Hamburg, Germany
- Full name: Srdja Matovic
Re: Stockfish will be extremely slow on the Apple MacBook PRO 16-inch M3 MAX
Did you try with brew?
https://brew.sh/
Code: Select all
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Code: Select all
brew install lc0
with --head you should get the latest:
Code: Select all
brew install lc0 --head
--
Srdja