Proposal - TLDRL - The Lower Deck Rating List, a Raspberry Pi RL

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

dkappe
Posts: 1632
Joined: Tue Aug 21, 2018 7:52 pm
Full name: Dietrich Kappe

Re: Proposal - TLDRL - The Lower Deck Rating List, a Raspberry Pi RL

Post by dkappe »

The Raspberry Pi 5 is a brute. Aside from lc0 on GPU, all of the top engines will run on it. If you really want to make this in the spirit of the 4K challenge, pick a platform like the Pi Zero
Fat Titz by Stockfish, the engine with the bodaciously big net. Remember: size matters. If you want to learn more about this engine just google for "Fat Titz".
User avatar
Ras
Posts: 2701
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: Proposal - TLDRL - The Lower Deck Rating List, a Raspberry Pi RL

Post by Ras »

dkappe wrote: Thu Jan 04, 2024 11:53 amThe Raspberry Pi 5 is a brute. Aside from lc0 on GPU, all of the top engines will run on it. If you really want to make this in the spirit of the 4K challenge, pick a platform like the Pi Zero
Even that would be pointless. The Pi Zero has 512MB RAM, and SF16 needs 111MB with 16MB hash. You'd end up with the same order as CCRL, with the only difference made by whether an engine has good ARM optimisations.

For an actual challenge, you'd need to go to microcontrollers without operating system, such as Cortex-M4 which is used e.g. in dedicated chess computers like the Chess Genius Pro. But that fails because it doesn't run UCI engines.
Rasmus Althoff
https://www.ct800.net
smatovic
Posts: 3331
Joined: Wed Mar 10, 2010 10:18 pm
Location: Hamburg, Germany
Full name: Srdja Matovic

Re: Proposal - TLDRL - The Lower Deck Rating List, a Raspberry Pi RL

Post by smatovic »

Yes, agree, the Berry won't be a real programming challenge, but maybe an alternative to TCEC and CCCC for the average Joe.

From Ipman:

Code: Select all

1.360.718	Raspberry Pi 5 4×Cortex-A76 @ 2.4 GHz (ARMv8)	                4cores	pop-neon
  475.493	Raspberry Pi 4 4xCortex-A72(ARMv8) @1.5Ghz lpddr4 3200	        4cores	pop-neon
https://ipmanchess.yolasite.com/amd--in ... ckfish.php

Maybe the Berry offers a good sweet-spot for all kind of chess-programmers, and, with Vulkan GPU. Just saying.

--
Srdja
User avatar
towforce
Posts: 12514
Joined: Thu Mar 09, 2006 12:57 am
Location: Birmingham UK
Full name: Graham Laight

Re: Proposal - TLDRL - The Lower Deck Rating List, a Raspberry Pi RL

Post by towforce »

If someone can be found who's willing to pay (maybe put their name, or the company name, in the tournament name?), you could have a shared account on a cloud system like Google Compute, pick a hardware platform, and testers could use this shared account to run the games.

You'd want to keep an eye on the number of compute units each tester is consuming and ensure it matches the games they've played: don't want the testers using the resource to solve online maths puzzles, or doing fluid dynamics modelling!

Here's a flavour of the machines available - link.
Human chess is partly about tactics and strategy, but mostly about memory