Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
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
OSPRay 3.2.0
pts/ospray-3.2.0
- 26 July 2024 -
Update against OSPRay 3.2 upstream, add new AArch64 binaries.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.x86_64.linux.tar.gz</URL> <MD5>4ba56f7de7b39f5e826176d98b2eb6c9</MD5> <SHA256>d8670e69b4762e24f2aa83629af897e8f33ea1c724e17e613942c0ccc1c723be</SHA256> <FileName>ospray-3.2.0.x86_64.linux.tar.gz</FileName> <FileSize>132416081</FileSize> <PlatformSpecific>Linux</PlatformSpecific> <ArchitectureSpecific>x86_64</ArchitectureSpecific> </Package> <Package> <URL>https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.aarch64.linux.tar.gz</URL> <MD5>9c3268d343e8b82ce948a9f2300af77a</MD5> <SHA256>cdb4b1495c747e8a323e52c82d33df8dd8244500a21df31a65633b8d3b26cfa8</SHA256> <FileName>ospray-3.2.0.aarch64.linux.tar.gz</FileName> <FileSize>61704574</FileSize> <PlatformSpecific>Linux</PlatformSpecific> <ArchitectureSpecific>aarch64</ArchitectureSpecific> </Package> <Package> <URL>https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.x86_64.windows.zip</URL> <MD5>c26c0648db195b84e656b61b843668f9</MD5> <SHA256>4347890fad2243c84056a4c1449e2c48f0d99d4cdae18f6649612f367018aeba</SHA256> <FileName>ospray-3.2.0.x86_64.windows.zip</FileName> <FileSize>131773535</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.x86_64.macosx.zip</URL> <MD5>a1201b4d2bb242ceee4161a940404410</MD5> <SHA256>073587a9fe4f985086e8d1e1c4749860ae81259e4806fe9475792e7864fe0e9c</SHA256> <FileName>ospray-3.2.0.x86_64.macosx.zip</FileName> <FileSize>84402706</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> <ArchitectureSpecific>x86_64</ArchitectureSpecific> </Package> <Package> <URL>https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.arm64.macosx.zip</URL> <MD5>b3300cf479d8cbc31f253d173c485fab</MD5> <SHA256>adcaf17e4ed4e98d707a49b07e6ad833029ccff24f45ce3ae33c73254f1ca6a7</SHA256> <FileName>ospray-3.2.0.arm64.macosx.zip</FileName> <FileSize>64747757</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> <ArchitectureSpecific>aarch64</ArchitectureSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if [ $OS_ARCH = "aarch64" ] then ARCH_BIN="aarch64" else ARCH_BIN="x86_64" fi tar -xf ospray-3.2.0.$ARCH_BIN.linux.tar.gz echo "#!/bin/sh cd ospray-3.2.0.$ARCH_BIN.linux/bin ./ospBenchmark --benchmark_min_time=30 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
install_macosx.sh
#!/bin/sh if [ $OS_ARCH = "aarch64" ] then ARCH_BIN="arm64" else ARCH_BIN="x86_64" fi unzip -o ospray-3.2.0.$ARCH_BIN.macosx.zip echo "#!/bin/sh cd ospray-3.2.0.$ARCH_BIN.macosx/bin ./ospBenchmark --benchmark_min_time=30 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
install_windows.sh
#!/bin/sh unzip -o ospray-3.2.0.x86_64.windows.zip echo "#!/bin/sh cd ospray-3.2.0.x86_64.windows/bin ./ospBenchmark.exe --benchmark_min_time=30 \$@ > \$LOG_FILE 2>&1 sed -i 's/=/ /' \$LOG_FILE echo \$? > ~/test-exit-status" > ospray chmod +x ospray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>random_spheres/pathtracer/real_time 25.2 ms 25.1 ms 28 items_per_second #_RESULT_#</OutputTemplate> <LineHint>items_per_second</LineHint> <StripFromResult>/s</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>OSPRay</Title> <AppVersion>3.2</AppVersion> <Description>Intel OSPRay is a portable ray-tracing engine for high-performance, high-fidelity scientific visualizations. OSPRay builds off Intel's Embree and Intel SPMD Program Compiler (ISPC) components as part of the oneAPI rendering toolkit.</Description> <ResultScale>Items Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>3.2.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64, aarch64</SupportedArchitectures> <EnvironmentSize>283</EnvironmentSize> <ProjectURL>https://www.ospray.org/</ProjectURL> <RepositoryURL>https://github.com/RenderKit/ospray</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix>--benchmark_filter=</ArgumentPrefix> <Menu> <Entry> <Name>gravity_spheres_volume/dim_512/ao/real_time</Name> <Value>gravity_spheres_volume/dim_512/ao/real_time</Value> </Entry> <Entry> <Name>gravity_spheres_volume/dim_512/scivis/real_time</Name> <Value>gravity_spheres_volume/dim_512/scivis/real_time</Value> </Entry> <Entry> <Name>gravity_spheres_volume/dim_512/pathtracer/real_time</Name> <Value>gravity_spheres_volume/dim_512/pathtracer/real_time</Value> </Entry> <Entry> <Name>particle_volume/ao/real_time</Name> <Value>particle_volume/ao/real_time</Value> </Entry> <Entry> <Name>particle_volume/scivis/real_time</Name> <Value>particle_volume/scivis/real_time</Value> </Entry> <Entry> <Name>particle_volume/pathtracer/real_time</Name> <Value>particle_volume/pathtracer/real_time</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>