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
OpenVKL 1.0.0
pts/openvkl-1.0.0
- 07 April 2020 -
Initial commit of Intel OpenVKL benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v0.9.0/openvkl-0.9.0.x86_64.linux.tar.gz</URL> <MD5>8c62688d73a7c9e68b2a862ae576eaad</MD5> <SHA256>2462f1ebfd3388e183f8e37df0a365d1f3caff084cfd060bfb877849f7bea3b8</SHA256> <FileName>openvkl-0.9.0.x86_64.linux.tar.gz</FileName> <FileSize>38845202</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v0.9.0/openvkl-0.9.0.x86_64.windows.zip</URL> <MD5>a54e6486e5dc8bae40d61b01f6fdaeb4</MD5> <SHA256>56bf53d769f18e9531709aabb37d6dd05213d806c2efb8a874195755b38218e6</SHA256> <FileName>openvkl-0.9.0.x86_64.windows.zip</FileName> <FileSize>10661434</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v0.9.0/openvkl-0.9.0.x86_64.macos.zip</URL> <MD5>62073d7d2db4d3183e95c72a74f7be75</MD5> <SHA256>fa8d764f07dbb8f4f594b77f46f15849734fcea25acae9d232edaa5496f7a891</SHA256> <FileName>openvkl-0.9.0.x86_64.macos.zip</FileName> <FileSize>32685782</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openvkl-0.9.0.x86_64.linux.tar.gz echo "#!/bin/sh cd openvkl-0.9.0.x86_64.linux/bin/ LD_LIBRARY_PATH=../lib:\$LD_LIBRARY_PATH ./\$@ > \$LOG_FILE 2>&1" > openvkl chmod +x openvkl
install_macosx.sh
#!/bin/sh unzip -o openvkl-0.9.0.x86_64.macos.zip echo "#!/bin/sh cd openvkl-0.9.0.x86_64.macos/bin/ LD_LIBRARY_PATH=../lib:\$LD_LIBRARY_PATH ./\$@ > \$LOG_FILE 2>&1" > openvkl chmod +x openvkl
install_windows.sh
#!/bin/sh unzip -o openvkl-0.9.0.x86_64.windows.zip # Windows OVKL upstream appears borked for their builds echo "#!/bin/sh cd openvkl-0.9.0.x86_64.windows/bin/ LD_LIBRARY_PATH=../lib:\$LD_LIBRARY_PATH ./\$@ > \$LOG_FILE 2>&1" > openvkl chmod +x openvkl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>render_wavelet_structured_regular/hit_iterator / 512 / scalar 2265933 ns 2265888 ns 309 items_per_second=#_RESULT_#</OutputTemplate> <LineHint>items_per_second</LineHint> <ResultBeforeString>items_per_second</ResultBeforeString> <StripFromResult>/s</StripFromResult> <MultiMatch>MultiMatch</MultiMatch> <TurnCharsToSpace>=</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>OpenVKL</Title> <AppVersion>0.9</AppVersion> <Description>OpenVKL is the Intel Open Volume Kernel Library that offers high-performance volume computation kernels and part of the Intel oneAPI rendering toolkit.</Description> <ResultScale>Items / Sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>560</EnvironmentSize> <ProjectURL>https://www.openvkl.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>vklBenchmark</Name> <Value>vklBenchmark</Value> </Entry> <Entry> <Name>vklBenchmarkStructuredVolume</Name> <Value>vklBenchmarkStructuredVolume</Value> </Entry> <Entry> <Name>vklBenchmarkUnstructuredVolume</Name> <Value>vklBenchmarkUnstructuredVolume</Value> <Message>Quite Time Consuming</Message> </Entry> <Entry> <Name>vklBenchmarkVdbVolume</Name> <Value>vklBenchmarkVdbVolume</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>