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
Mixbench 1.1.1
pts/mixbench-1.1.1
- 06 September 2020 -
Build workaround for CUDA 11 compatibility.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/mixbench-20200623.zip</URL> <MD5>2583d31cbf5bde5da267e1127910b76f</MD5> <SHA256>eb6d93d2c181d420c9ecf48c395cc7b8a3dbb1e57a21b1b52118ea9fd0bc2c11</SHA256> <FileName>mixbench-20200623.zip</FileName> <FileSize>115206</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o mixbench-20200623.zip cd mixbench-master # Fix building for CUDA 11 sed -i 's/-gencode=arch=compute_30,code=\\"compute_30\\"/-gencode=arch=compute_70,code=\\"compute_70\\" -gencode=arch=compute_75,code=\\"compute_75\\"/g' Makefile make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd mixbench-master ./\$1 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > mixbench chmod +x mixbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> 256, 128.250, 2.61, #_RESULT_# 51.33, 64.125, 80.99, 212.53, 3.31, 128.250, 8.97, 1918.98, 14.96</OutputTemplate> <MatchToTestArguments>SPGFLOPS</MatchToTestArguments> <LineHint> 256,</LineHint> <ResultScale>GFLOPS</ResultScale> <TurnCharsToSpace>,</TurnCharsToSpace> </ResultsParser> <ResultsParser> <OutputTemplate> 256, 128.250, 2.61, 6582.63, 51.33, 64.125, 80.99, #_RESULT_# 3.31, 128.250, 8.97, 1918.98, 14.96</OutputTemplate> <MatchToTestArguments>DPGFLOPS</MatchToTestArguments> <LineHint> 256,</LineHint> <ResultScale>GFLOPS</ResultScale> <TurnCharsToSpace>,</TurnCharsToSpace> </ResultsParser> <ResultsParser> <OutputTemplate> 256, 128.250, 1.00,17292.00, 134.83, 64.125, 42.27, 407.22, 6.35, 256.500, 1.00 xxx #_RESULT_# 134.30, 128.250, 1.11,15442.37, 120.41</OutputTemplate> <MatchToTestArguments>HPGFLOPS</MatchToTestArguments> <LineHint> 256,</LineHint> <ResultScale>GFLOPS</ResultScale> <TurnCharsToSpace>,</TurnCharsToSpace> </ResultsParser> <ResultsParser> <OutputTemplate> 256, 128.250, 0.99,17301.45, 134.90, 64.125, 39.56, 435.18, 6.79, 256.500, 0.00, inf, inf, 128.250, 1.00 xx #_RESULT_# 134.50</OutputTemplate> <MatchToTestArguments>GIOPS</MatchToTestArguments> <LineHint> 256,</LineHint> <ResultScale>GIOPS</ResultScale> <TurnCharsToSpace>,</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Mixbench</Title> <AppVersion>2020-06-23</AppVersion> <Description>A benchmark suite for GPUs on mixed operational intensity kernels.</Description> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, opencl</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://github.com/ekondis/mixbench</ProjectURL> <InternalTags>CUDA, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Backend</DisplayName> <Identifier>backend</Identifier> <Menu> <Entry> <Name>OpenCL</Name> <Value>mixbench-ocl-ro</Value> </Entry> <Entry> <Name>NVIDIA CUDA</Name> <Value>mixbench-cuda-ro</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>Single Precision</Name> <Value>SPGFLOPS</Value> </Entry> <Entry> <Name>Double Precision</Name> <Value>DPGFLOPS</Value> </Entry> <Entry> <Name>Half Precision</Name> <Value>HPGFLOPS</Value> </Entry> <Entry> <Name>Integer</Name> <Value>GIOPS</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>