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
GpuOwl 1.1.0
pts/gpuowl-1.1.0
- 24 February 2024 -
Update against GpuOwl 7.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/preda/gpuowl/archive/refs/tags/v7.5.tar.gz</URL> <MD5>39bcdc1bcb68e29e1e7ae3c58d83d65b</MD5> <SHA256>ae45a21e90dfc0a10eab44a8eeb9889d046320b81c88f3c4fb6181b4fee454ef</SHA256> <FileName>gpuowl-7.5.tar.gz</FileName> <FileSize>218421</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf gpuowl-7.5.tar.gz cd gpuowl-7.5 echo '"c"' > src/version.inc mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd gpuowl-7.5/build ./src/gpuowl \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > gpuowl chmod +x gpuowl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>20240105 16:41:55 NVIDIA RTX A4000-0 57885161 OK 100000 0.17% f1cbf8d474fd3237 #_RESULT_# us/it + check 0.88s + save 0.08s; ETA 1d 10:23</OutputTemplate> <LineHint>us/it</LineHint> <ResultBeforeString>us/it</ResultBeforeString> <DivideResultDivisor>1000000</DivideResultDivisor> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>GpuOwl</Title> <AppVersion>7.5</AppVersion> <Description>GpuOwl is a Mersenne primality tester leveraging OpenCL for cross-vendor GPU acceleration.</Description> <ResultScale>Iterations / Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, opencl, cmake, gmp-library</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>https://github.com/preda/gpuowl/</ProjectURL> <RepositoryURL>https://github.com/preda/gpuowl</RepositoryURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>pkg-config, gmp.h</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Exponent</DisplayName> <Identifier>exp</Identifier> <Menu> <Entry> <Name>57885161</Name> <Value>-iters 100000 -prp 57885161</Value> </Entry> <Entry> <Name>77936867</Name> <Value>-iters 100000 -prp 77936867</Value> </Entry> <Entry> <Name>332220523</Name> <Value>-iters 20000 -prp 332220523</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>