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
OSPRay Studio 1.2.0
pts/ospray-studio-1.2.0
- 28 October 2023 -
Update against OSPRay Studio 0.13 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ospray/ospray_studio/releases/download/v0.13.0/ospray_studio-0.13.0.x86_64.linux.tar.gz</URL> <MD5>a57490d7bbbbcb3c47c756a994496d25</MD5> <SHA256>302595397ed20974ba9461da82b37d4d3ca05072baf22b867f3a26d1b5c7de0d</SHA256> <FileName>ospray_studio-0.13.0.x86_64.linux.tar.gz</FileName> <FileSize>98393901</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray_studio/releases/download/v0.13.0/ospray_studio-0.13.0.x86_64.macosx.zip</URL> <MD5>ddc73e36c94a506a525991d637fb4d54</MD5> <SHA256>b5d2d3c575c5b89ce61cfae15da0f3a97f127b2b02031b0eb6d6adf5012a6877</SHA256> <FileName>ospray_studio-0.13.0.x86_64.macosx.zip</FileName> <FileSize>52990606</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/ospray/ospray_studio/releases/download/v0.13.0/ospray_studio-0.13.0.x86_64.windows.zip</URL> <MD5>0d71757843fd6a6129fdcfbcfa627762</MD5> <SHA256>4e086fa36c26d5609fba76da816b80f01ec0b554600e709df810c380097688e5</SHA256> <FileName>ospray_studio-0.13.0.x86_64.windows.zip</FileName> <FileSize>95577319</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/OSPRayStudio-Room-Scene-2.zip</URL> <MD5>3174279cb05abe626a819560a7a17a43</MD5> <SHA256>59549ebf656519f0604a2c5cf3f4479575fb7f978bfe225a7c2c10ab4adbf056</SHA256> <FileName>OSPRayStudio-Room-Scene-2.zip</FileName> <FileSize>292645205</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OSPRayStudio-Room-Scene-2.zip tar -xf ospray_studio-0.13.0.x86_64.linux.tar.gz echo "--- OSPRayStudio-Room-Scene/RoomScene.sg.orig 2022-06-29 19:15:28.000000000 -0400 +++ OSPRayStudio-Room-Scene/RoomScene.sg 2023-10-28 13:59:40.020080317 -0400 @@ -564,7 +564,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -947,7 +947,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -1330,7 +1330,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ " > fix-sg.patch patch -p0 < fix-sg.patch echo "#!/bin/sh export PATH=\$HOME/ospray_studio-0.13.0.x86_64.linux/bin/:\$PATH cd OSPRayStudio-Room-Scene/ ospStudio benchmark --denoiser --format jpg \$@ RoomScene.sg > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray-studio chmod +x ospray-studio
install_macosx.sh
#!/bin/sh unzip -o OSPRayStudio-Room-Scene-2.zip unzip -o ospray_studio-0.13.0.x86_64.macosx.zip echo "--- OSPRayStudio-Room-Scene/RoomScene.sg.orig 2022-06-29 19:15:28.000000000 -0400 +++ OSPRayStudio-Room-Scene/RoomScene.sg 2023-10-28 13:59:40.020080317 -0400 @@ -564,7 +564,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -947,7 +947,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -1330,7 +1330,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ " > fix-sg.patch patch -p0 < fix-sg.patch echo "#!/bin/sh export PATH=\$HOME/ospray_studio-0.13.0.x86_64.macosx/bin/:\$PATH cd OSPRayStudio-Room-Scene/ ospStudio benchmark --denoiser --format jpg \$@ RoomScene.sg > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray-studio chmod +x ospray-studio
install_windows.sh
#!/bin/sh unzip -o OSPRayStudio-Room-Scene-2.zip unzip -o ospray_studio-0.13.0.x86_64.windows.zip echo "--- OSPRayStudio-Room-Scene/RoomScene.sg.orig 2022-06-29 19:15:28.000000000 -0400 +++ OSPRayStudio-Room-Scene/RoomScene.sg 2023-10-28 13:59:40.020080317 -0400 @@ -564,7 +564,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -947,7 +947,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ @@ -1330,7 +1330,7 @@ { \"name\": \"stereoMode\", \"type\": \"PARAMETER\", - \"subType\": \"int\", + \"subType\": \"OSPStereoMode\", \"sgOnly\": false, \"value\": 0, \"minMax\": [ " > fix-sg.patch patch -p0 < fix-sg.patch echo "#!/bin/sh cd OSPRayStudio-Room-Scene/ ../ospray_studio-0.13.0.x86_64.windows/bin/ospStudio.exe benchmark --denoiser --format jpg \$@ RoomScene.sg > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ospray-studio chmod +x ospray-studio
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>OSPRay Studio Benchmark #_RESULT_# ms 7082 ms 1</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>OSPRay Studio</Title> <AppVersion>0.13</AppVersion> <Description>Intel OSPRay Studio is an open-source, interactive visualization and ray-tracing software package. OSPRay Studio makes use of Intel OSPRay, a portable ray-tracing engine for high-performance, high-fidelity visualizations. OSPRay builds off Intel's Embree and Intel SPMD Program Compiler (ISPC) components as part of the oneAPI rendering toolkit.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>glew</ExternalDependencies> <EnvironmentSize>645</EnvironmentSize> <ProjectURL>http://www.ospray.org/ospray_studio/</ProjectURL> <RepositoryURL>https://github.com/ospray/ospray_studio/</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>patch</SystemDependencies> </TestProfile> <TestSettings> <Default> <PostArguments> --benchmark_min_time=30</PostArguments> </Default> <Option> <DisplayName>Camera</DisplayName> <Identifier>camera</Identifier> <ArgumentPrefix>--cameras </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1 1</Value> </Entry> <Entry> <Name>2</Name> <Value>2 2</Value> </Entry> <Entry> <Name>3</Name> <Value>3 3</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Resolution</DisplayName> <Identifier>resolution</Identifier> <ArgumentPrefix>--resolution </ArgumentPrefix> <Menu> <Entry> <Name>1080p</Name> <Value>1920 1080</Value> </Entry> <Entry> <Name>4K</Name> <Value>3840 2160</Value> <Message>More time consuming, useful for larger core count servers</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Samples Per Pixel</DisplayName> <Identifier>spp</Identifier> <ArgumentPrefix>--spp </ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>16</Name> <Value>16</Value> </Entry> <Entry> <Name>32</Name> <Value>32</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Renderer</DisplayName> <Identifier>renderer</Identifier> <ArgumentPrefix>--renderer </ArgumentPrefix> <Menu> <Entry> <Name>Path Tracer</Name> <Value>pathtracer</Value> <Message>Supports soft shadows, indirect illumination and realistic materials.</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Acceleration</DisplayName> <Identifier>accelerator</Identifier> <Menu> <Entry> <Name>CPU</Name> </Entry> <Entry> <Name>oneAPI SYCL GPU</Name> <Value>--osp:load-modules=gpu --osp:device=gpu</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>