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.1.0
pts/openvkl-1.1.0
- 13 August 2021 -
Update against OpenVKL 1.0.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.0.0/openvkl-1.0.0.x86_64.linux.tar.gz</URL> <MD5>696e1d95985d73eca0b1d8672cb1725c</MD5> <SHA256>d12f7f4a355cc2d5a456361fbd46ba5c07e4e2dc6eca36941d3cec1e00174fd1</SHA256> <FileName>openvkl-1.0.0.x86_64.linux.tar.gz</FileName> <FileSize>37959342</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.0.0/openvkl-1.0.0.x86_64.windows.zip</URL> <MD5>c9b1c5bc36078f99fae51dde11e716f7</MD5> <SHA256>e4bcac8615f167cbba29b9876771afdee5a7bf406623c6cca40ff863fae63b74</SHA256> <FileName>openvkl-1.0.0.x86_64.windows.zip</FileName> <FileSize>20798276</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.0.0/openvkl-1.0.0.x86_64.macos.zip</URL> <MD5>dd1ff99a1732e239567687727ed39043</MD5> <SHA256>e2a41bdc186b78fc35c828221628f50345aefe1c969e27b5625ccccb1da70630</SHA256> <FileName>openvkl-1.0.0.x86_64.macos.zip</FileName> <FileSize>47832434</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openvkl-1.0.0.x86_64.linux.tar.gz echo "#!/bin/sh cd openvkl-1.0.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-1.0.0.x86_64.macos.zip echo "#!/bin/sh cd openvkl-1.0.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-1.0.0.x86_64.windows.zip # Windows OVKL upstream appears borked for their builds echo "#!/bin/sh cd openvkl-1.0.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 v10.4.0--> <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>GEOMETRIC_MEAN</MultiMatch> <TurnCharsToSpace>=</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0--> <PhoronixTestSuite> <TestInformation> <Title>OpenVKL</Title> <AppVersion>1.0</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.1.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> <RepositoryURL>https://github.com/openvkl/openvkl/</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>--benchmark_min_time=15</PostArguments> </Default> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <Menu> <Entry> <Name>vklBenchmark Scalar</Name> <Value>vklBenchmark --benchmark_filter=scalar</Value> </Entry> <Entry> <Name>vklBenchmark ISPC</Name> <Value>vklBenchmark --benchmark_filter=ispc</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>