Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Primesieve
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.2.0
pts/vkpeak-1.2.0
- 22 November 2024 -
Update against 20240505 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20240505/vkpeak-20240505-ubuntu.zip</URL> <MD5>8e6da03de65ba27b3426d7da941e188a</MD5> <SHA256>4a5b06915e1c03c8adad4593abb4012d4eb927d4aa3f0c90f0879d98c90ac674</SHA256> <FileName>vkpeak-20240505-ubuntu.zip</FileName> <FileSize>1098685</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20240505/vkpeak-20240505-windows.zip</URL> <MD5>e2ffc20f1527ec1b7ef2584aba84ee47</MD5> <SHA256>4627fae9530471bbb4a9c997cd69a95606d30f57f9f74356f57a10dd242b1cce</SHA256> <FileName>vkpeak-20240505-windows.zip</FileName> <FileSize>765847</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/vkpeak/releases/download/20240505/vkpeak-20240505-macos.zip</URL> <MD5>0ca0c88e58565d69268d1926ab986572</MD5> <SHA256>519a40e7dec1dfefbea8dc5c3073d010b47437bb3e4d5b47b3242e2b4e9a75f7</SHA256> <FileName>vkpeak-20240505-macos.zip</FileName> <FileSize>5319648</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o vkpeak-20240505-ubuntu.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20240505-ubuntu ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_macosx.sh
#!/bin/sh unzip -o vkpeak-20240505-macos.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20240505-macos ./vkpeak 0 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x vkpeak
install_windows.sh
#!/bin/sh unzip -o vkpeak-20240505-windows.zip cat>vkpeak<<EOT #!/bin/sh cd vkpeak-20240505-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.5--> <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.5--> <PhoronixTestSuite> <TestInformation> <Title>vkpeak</Title> <AppVersion>20240505</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.2.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>