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.1.0
pts/vkpeak-1.1.0
- 01 August 2023 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20230730/vkpeak-20230730-ubuntu.zip</URL> <MD5>707eec4df74bf30bbb109525563321c4</MD5> <SHA256>68339785c8e71d50eec40bc836d278e0b47561ba4f0d6b2c7bf4425e0f57be41</SHA256> <FileName>vkpeak-20230730-ubuntu.zip</FileName> <FileSize>1096762</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20230730/vkpeak-20230730-windows.zip</URL> <MD5>05d8c0db8fe14041854fc1b8e926ce2d</MD5> <SHA256>cbce6c609d1d51295f18f8875edbaf6e7b30494643d65eb6cc8f295bd4e185b0</SHA256> <FileName>vkpeak-20230730-windows.zip</FileName> <FileSize>762440</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20230730/vkpeak-20230730-macos.zip</URL> <MD5>18f407818826f56e78c7e758ed37d31b</MD5> <SHA256>369a9d324f4c402cebf9f91d49ac5cd06288cf15baf91fe6d3caf13c207da273</SHA256> <FileName>vkpeak-20230730-macos.zip</FileName> <FileSize>5277399</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o vkpeak-20230730-ubuntu.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20230730-ubuntu ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_macosx.sh
#!/bin/sh unzip -o vkpeak-20230730-macos.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20230730-macos ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_windows.sh
#!/bin/sh unzip -o vkpeak-20230730-windows.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20230730-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.8.4--> <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>fp64-vec4 = #_RESULT_# GFLOPS</OutputTemplate> <LineHint>fp64-vec4</LineHint> <ResultScale>GFLOPS</ResultScale> <ArgumentsDescription>fp64-vec4</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.8.4--> <PhoronixTestSuite> <TestInformation> <Title>vkpeak</Title> <AppVersion>20230730</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.1.0</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> <RepositoryURL>https://github.com/nihui/vkpeak</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>