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.7.0
pts/lczero-1.7.0
- 16 December 2023 -
Update against lczero v0.30 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/LeelaChessZero/lc0/archive/refs/tags/v0.30.0.tar.gz</URL> <MD5>edde3d09d7056242c4a23d4f9624fc3f</MD5> <SHA256>c5a11469364d06731b8da09bf9e1989ca6b39695add7d08bd96dd834dd0b5b2a</SHA256> <FileName>lc0-0.30.0.tar.gz</FileName> <FileSize>602426</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/LeelaChessZero/lc0/releases/download/v0.30.0/lc0-v0.30.0-windows-cpu-openblas.zip</URL> <MD5>1278bce03780f87557c9630ffd97b2af</MD5> <SHA256>a0f13f519d6958d6064e63e69ebef0c2582019fb38155c34a0a62d9bddc725b9</SHA256> <FileName>lc0-v0.30.0-windows-cpu-openblas.zip</FileName> <FileSize>23551802</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.30.0/ tar -xf lc0-0.30.0.tar.gz cd lc0-0.30.0/ 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.30.0/build/ echo "#!/bin/bash cd lc0-0.30.0/build/ THREADCOUNT=\$((\$NUM_CPU_CORES>64?64:\$NUM_CPU_CORES)) ./lc0 \$@ --threads=\$THREADCOUNT -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.30.0-windows-cpu-openblas.zip 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.4--> <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.4--> <PhoronixTestSuite> <TestInformation> <Title>LeelaChessZero</Title> <AppVersion>0.30</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.7.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>