Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
vkpeak 1.0.1
pts/vkpeak-1.0.1
- 24 April 2021 -
Update hashes, add macOS support while at it.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20210424/vkpeak-20210424-ubuntu.zip</URL> <MD5>a9a3e17f05b1c6e6924875b1ddcb8522</MD5> <SHA256>5a1abc6893d8ab5c35865d11060ca22564aea90438d85d5e8e1771512ca40049</SHA256> <FileName>vkpeak-20210424-ubuntu.zip</FileName> <FileSize>840922</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20210424/vkpeak-20210424-windows.zip</URL> <MD5>9f3277defca6e76caea85c1cee3733fd</MD5> <SHA256>7fae51fa068c2ab439f1904cb1195258a7fd15e87497894d1f2f480e8d973abc</SHA256> <FileName>vkpeak-20210424-windows.zip</FileName> <FileSize>525464</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20210424/vkpeak-20210424-macos.zip</URL> <MD5>c5e38523d6183576521673062d115623</MD5> <SHA256>6710c54e3ff9f49452ceeb479664cf77187f5396180f707f57473e57ca07f9fc</SHA256> <FileName>vkpeak-20210424-macos.zip</FileName> <FileSize>4693292</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o vkpeak-20210424-ubuntu.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20210424-ubuntu ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_macosx.sh
#!/bin/sh unzip -o vkpeak-20210424-macos.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20210424-macos ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_windows.sh
#!/bin/sh unzip -o vkpeak-20210424-windows.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20210424-windows ./vkpeak.exe 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>fp32-scalar = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp32-scalar</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp32-scalar</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>fp32-vec4 = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp32-vec4</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp32-vec4</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>fp16-scalar = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp16-scalar</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp16-scalar</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>fp16-vec4 = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp16-vec4</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp16-vec4</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>fp64-scalar = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp64-scalar</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp64-scalar</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>int32-scalar = #_RESULT_# GIOPS</OutputTemplate> <LineHint>int32-scalar</LineHint> <ResultScale>GIOPS</ResultScale> <ArgumentsDescription>int32-scalar</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>int32-vec4 = #_RESULT_# GIOPS</OutputTemplate> <LineHint>int32-vec4</LineHint> <ResultScale>GIOPS</ResultScale> <ArgumentsDescription>int32-vec4</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>int16-scalar = #_RESULT_# GIOPS</OutputTemplate> <LineHint>int16-scalar</LineHint> <ResultScale>GIOPS</ResultScale> <ArgumentsDescription>int16-scalar</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>int16-vec4 = #_RESULT_# GIOPS</OutputTemplate> <LineHint>int16-vec4</LineHint> <ResultScale>GIOPS</ResultScale> <ArgumentsDescription>int16-vec4</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>vkpeak</Title> <AppVersion>20210424</AppVersion> <Description>Vkpeak is a Vulkan compute benchmark inspired by OpenCL's clpeak. Vkpeak provides Vulkan compute performance measurements for FP16 / FP32 / FP64 / INT16 / INT32 scalar and vec4 performance.</Description> <ResultScale>GFLOPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Application</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>vulkan-development</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>https://github.com/nihui/vkpeak</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>