Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
LeelaChessZero 1.8.0
pts/lczero-1.8.0
- 11 August 2024 -
Update against lc0 v0.31.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/LeelaChessZero/lc0/archive/refs/tags/v0.31.1.tar.gz</URL> <MD5>5c1ddc17cb7a51bfb5f446e10354632c</MD5> <SHA256>0bc3d3b2171230c36a729092f20d7d51177e88650c87a7c3431b00b908501d04</SHA256> <FileName>lc0-0.31.1.tar.gz</FileName> <FileSize>692354</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/LeelaChessZero/lc0/releases/download/v0.31.1/lc0-v0.31.1-windows-cpu-openblas.zip</URL> <MD5>8f3a3c6590e5729139f816082e2ea2de</MD5> <SHA256>17176bbf4d0855d1b7a09422acc186e7e49075b64aa77017fbd3e3a1516974da</SHA256> <FileName>lc0-v0.31.1-windows-cpu-openblas.zip</FileName> <FileSize>23694345</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://storage.lczero.org/files/networks-contrib/t1-256x10-distilled-swa-2432500.pb.gz</URL> <MD5>4345ce1b49a53493d3a0dc3344303b91</MD5> <SHA256>bc27a6cae8ad36f2b9a80a6ad9dabb0d6fda25b1e7f481a79bc359e14f563406</SHA256> <FileName>t1-256x10-distilled-swa-2432500.pb.gz</FileName> <FileSize>37118673</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf lc0-0.31.1 tar -xf lc0-0.31.1.tar.gz cd lc0-0.31.1 mkdir build meson build --buildtype release -Dgtest=false cd build ninja echo $? > ~/install-exit-status cd ~ gunzip t1-256x10-distilled-swa-2432500.pb.gz cp -f t1-256x10-distilled-swa-2432500.pb lc0-0.31.1/build/ echo "#!/bin/bash cd lc0-0.31.1/build/ ./lc0 \$@ --threads=\$NUM_CPU_CORES -w t1-256x10-distilled-swa-2432500.pb > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > lczero chmod +x lczero
install_windows.sh
#!/bin/sh unzip -o lc0-v0.31.1-windows-cpu-openblas.zip chmod +x lc0.exe gunzip t1-256x10-distilled-swa-2432500.pb.gz echo "#!/bin/sh ./lc0.exe \$@ --threads=\$NUM_CPU_CORES -w t1-256x10-distilled-swa-2432500.pb > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > lczero chmod +x lczero
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Nodes/second : #_RESULT_#</OutputTemplate> <LineHint>Nodes/second</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>LeelaChessZero</Title> <AppVersion>0.31.1</AppVersion> <Description>LeelaChessZero (lc0 / lczero) is a chess engine automated vian neural networks. This test profile can be used for OpenCL, CUDA + cuDNN, and BLAS (CPU-based) benchmarking.</Description> <ResultScale>Nodes Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.8.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, blas-development, opencl, meson, eigen, zlib-development</ExternalDependencies> <EnvironmentSize>1005</EnvironmentSize> <ProjectURL>https://lczero.org/</ProjectURL> <RepositoryURL>https://github.com/LeelaChessZero/lc0</RepositoryURL> <InternalTags>SMP, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>benchmark </Arguments> </Default> <Option> <DisplayName>Backend</DisplayName> <Identifier>backend</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <Menu> <Entry> <Name>BLAS</Name> <Value>blas</Value> </Entry> <Entry> <Name>OpenCL</Name> <Value>opencl</Value> </Entry> <Entry> <Name>CUDA + cuDNN</Name> <Value>cudnn</Value> </Entry> <Entry> <Name>CUDA + cuDNN FP16</Name> <Value>cudnn-fp16</Value> </Entry> <Entry> <Name>Eigen</Name> <Value>eigen</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>