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.3.0
pts/openvkl-1.3.0
- 17 December 2022 -
Update against OpenVKL 1.3.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.3.1/openvkl-1.3.1.x86_64.linux.tar.gz</URL> <MD5>6d5e3ac8ff526335246d03edc5b8dda5</MD5> <SHA256>3807118fefd0c03e8acae2707a2c03b43866d04015cbd86786e2418fd3909ac1</SHA256> <FileName>openvkl-1.3.1.x86_64.linux.tar.gz</FileName> <FileSize>46790581</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.3.1/openvkl-1.3.1.x86_64.windows.zip</URL> <MD5>9538b0edff644ea0f168747d100e8cbe</MD5> <SHA256>5094ff8206ad574ccf6d5bd51607a72abbadea442b9ff47794b3cd354879e95b</SHA256> <FileName>openvkl-1.3.1.x86_64.windows.zip</FileName> <FileSize>20615197</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v1.3.1/openvkl-1.3.1.x86_64.macos.zip</URL> <MD5>66a44430501d873e8b75be4039f6fab9</MD5> <SHA256>d6a89d06b1095f6b7d4c000c033ef374af0706312062dd81f24d59c2578a2c09</SHA256> <FileName>openvkl-1.3.1.x86_64.macos.zip</FileName> <FileSize>74046141</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openvkl-1.3.1.x86_64.linux.tar.gz echo "#!/bin/sh cd openvkl-1.3.1.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.3.1.x86_64.macos.zip echo "#!/bin/sh cd openvkl-1.3.1.x86_64.macos/bin/ LD_LIBRARY_PATH=../lib:\$LD_LIBRARY_PATH ./\$@ > \$LOG_FILE 2>&1" > openvkl chmod +x openvkl
install_windows.sh
#!/bin/sh # Windows OVKL upstream appears borked for their builds and no benchmarks unzip -o openvkl-1.3.1.x86_64.windows.zip echo "#!/bin/sh cd openvkl-1.3.1.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.8.4--> <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.8.4--> <PhoronixTestSuite> <TestInformation> <Title>OpenVKL</Title> <AppVersion>1.3.1</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.3.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=20</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>