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
OpenVKL 2.0.0
pts/openvkl-2.0.0
- 14 October 2023 -
Update against OpenVKL 2.0 upstream, add SYCL GPU support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v2.0.0/openvkl-2.0.0.sycl.x86_64.linux.tar.gz</URL> <MD5>0dd80cf50439e6c3f497085a9a041e74</MD5> <SHA256>f32eb38152bbab5a9513c3c487a745659199d5b9f5973a46c6bf189d120d5a3e</SHA256> <FileName>openvkl-2.0.0.sycl.x86_64.linux.tar.gz</FileName> <FileSize>82150329</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v2.0.0/openvkl-2.0.0.sycl.x86_64.windows.zip</URL> <MD5>2d8b363a2f00b6c485321c675d62556f</MD5> <SHA256>eee01d14d56aa9b2dd0225687b005b0a4bfd0059dd2600aa0ec6a37ec48c9963</SHA256> <FileName>openvkl-2.0.0.sycl.x86_64.windows.zip</FileName> <FileSize>44144278</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/openvkl/openvkl/releases/download/v2.0.0/openvkl-2.0.0.x86_64.macos.zip</URL> <MD5>cc4c7b8eb6c544c85a3de550c2dfdbb0</MD5> <SHA256>e6d05be1e21c5448d89c24b4bf59861acc27405558113a64147c6bc7f0e2bb1c</SHA256> <FileName>openvkl-2.0.0.x86_64.macos.zip</FileName> <FileSize>74046141</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openvkl-2.0.0.sycl.x86_64.linux.tar.gz echo "#!/bin/sh cd openvkl-2.0.0.sycl.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-2.0.0.x86_64.macos.zip echo "#!/bin/sh cd openvkl-2.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 # Windows OVKL upstream appears borked for their builds and no benchmarks unzip -o openvkl-2.0.0.sycl.x86_64.windows.zip echo "#!/bin/sh cd openvkl-2.0.0.sycl.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>2.0.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>2.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> <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>vklBenchmarkCPU Scalar</Name> <Value>vklBenchmarkCPU --benchmark_filter=scalar</Value> </Entry> <Entry> <Name>vklBenchmarkCPU ISPC</Name> <Value>vklBenchmarkCPU --benchmark_filter=ispc</Value> </Entry> <Entry> <Name>vklBenchmarkGPU Intel oneAPI SYCL</Name> <Value>vklBenchmarkGPU --benchmark_filter=gpu</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>