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.2.1
pts/lczero-1.2.1
- 03 October 2019 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://github.com/LeelaChessZero/lc0/archive/v0.22.0.zip</URL> <MD5>a7cb72754a1560c440daf78d6e1e58f1</MD5> <SHA256>14864b40873bdedf8fc544eec579fa06fea61870b1f3545050560dd6b4f5c9f0</SHA256> <FileName>lc0-0.22.0.zip</FileName> <FileSize>414332</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://github.com/LeelaChessZero/lc0/releases/download/v0.22.0/lc0-v0.22.0-windows-blas.zip</URL> <MD5>42931d2a295c6ed56a7ae6ab5d650a49</MD5> <SHA256>32a5c945931c5bc62f5448ef0d0846b44b231576b571fcabe064a6edf2d2c897</SHA256> <FileName>lc0-v0.22.0-windows-blas.zip</FileName> <FileSize>8609047</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://lczero.org/cached/network/sha/0cf3fafcbd18e17d11d75d669d8dbf38eb89a57fbf0202196834433629da65ae</URL> <MD5>e107593693abb0866b40723917f53573</MD5> <SHA256>7c0ba64a092edc2d81662159aab81169d2c1173655cb045f9a7c18f3a909b092</SHA256> <FileName>0cf3fafcbd18e17d11d75d669d8dbf38eb89a57fbf0202196834433629da65ae</FileName> <FileSize>46381405</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf lc0-0.22.0 unzip -o lc0-0.22.0.zip cd lc0-0.22.0 ./build.sh echo $? > ~/install-exit-status cd ~ cp -f 0cf3fafcbd18e17d11d75d669d8dbf38eb89a57fbf0202196834433629da65ae lc0-0.22.0/build/release/weights echo "#!/bin/sh cd lc0-0.22.0/build/release/ ./lc0 \$@ --threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > lczero chmod +x lczero
install_windows.sh
#!/bin/sh unzip -o lc0-v0.22.0-windows-blas.zip cp -f 0cf3fafcbd18e17d11d75d669d8dbf38eb89a57fbf0202196834433629da65ae weights echo "#!/bin/sh ./lc0.exe \$@ --threads=\$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > lczero chmod +x lczero
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark final time 77.4791s calculating #_RESULT_# nodes per second.</OutputTemplate> <LineHint>Benchmark final time</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>LeelaChessZero</Title> <AppVersion>0.22.0</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.2.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, blas-development, opencl, meson, zlib-development</ExternalDependencies> <EnvironmentSize>1005</EnvironmentSize> <ProjectURL>http://github.com/LeelaChessZero/lc0</ProjectURL> <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>Random</Name> <Value>random</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>