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
Embree 1.6.1
pts/embree-1.6.1
- 16 November 2023 -
Fix Windows build.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/embree/models/releases/download/release/asian_dragon.zip</URL> <FileName>asian_dragon.zip</FileName> <FileSize>103961493</FileSize> </Package> <Package> <URL>https://github.com/embree/models/releases/download/release/asian_dragon_obj.zip</URL> <FileName>asian_dragon_obj.zip</FileName> <FileSize>157616423</FileSize> </Package> <Package> <URL>https://github.com/embree/models/releases/download/release/crown.zip</URL> <FileName>crown.zip</FileName> <FileSize>68853062</FileSize> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v4.3.0/embree-4.3.0.sycl.x86_64.linux.tar.gz</URL> <MD5>33fb02d82ab658c0047b963abd3e9dcf</MD5> <SHA256>ad316966430b0520643125329b266a81f2a46e2547dd586168c7b337643fbaa8</SHA256> <FileName>embree-4.3.0.sycl.x86_64.linux.tar.gz</FileName> <FileSize>124556213</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v4.3.0/embree-4.3.0.x86_64.macosx.zip</URL> <MD5>13da4b2b7c71754e6c8dbd167b9522dd</MD5> <SHA256>eed7a677bb5944f90238ad61dfdb4d602ed4568b2085af9ffd0b5d90cceee181</SHA256> <FileName>embree-4.3.0.x86_64.macosx.zip</FileName> <FileSize>75029964</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/embree/embree/releases/download/v4.3.0/embree-4.3.0.sycl.x64.windows.zip</URL> <MD5>420e88103ad33d955a155a7dff181774</MD5> <SHA256>468163dc7ea4c6e6bc2d706caec17e9c0acb1c9d80ee0e8bcf4bec49105c8e9e</SHA256> <FileName>embree-4.3.0.sycl.x64.windows.zip</FileName> <FileSize>126442508</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf embree-4.3.0.sycl.x86_64.linux.tar.gz unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/sh LD_LIBRARY_PATH=lib:\$LD_LIBRARY_PATH ./bin/embree_\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
install_macosx.sh
#!/bin/sh tar -xf embree-4.3.0.x86_64.macosx.zip unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/sh LD_LIBRARY_PATH=lib:\$LD_LIBRARY_PATH ./bin/embree_\$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
install_windows.sh
#!/bin/sh unzip -o embree-4.3.0.sycl.x64.windows.zip unzip -o asian_dragon.zip unzip -o asian_dragon_obj.zip unzip -o crown.zip echo "#!/bin/bash FORMATTED=\"\${@/pathtracer /pathtracer.exe }\" FORMATTED=\"\${@/pathtracer_ispc /pathtracer_ispc.exe }\" FORMATTED=\"\${@/pathtracer_sycl /pathtracer_sycl.exe }\" ./bin/embree_\$FORMATTED --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > embree chmod +x embree
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>frame [ 20 - 620]: min = #_MIN_RESULT_# fps, avg = #_RESULT_# fps, max = #_MAX_RESULT_# fps, sigma = 0.0179 (0.1349%)</OutputTemplate> <LineHint>fps, avg</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Embree</Title> <AppVersion>4.3</AppVersion> <Description>Intel Embree is a collection of high-performance ray-tracing kernels for execution on CPUs (and GPUs via SYCL) and supporting instruction sets such as SSE, AVX, AVX2, and AVX-512. Embree also supports making use of the Intel SPMD Program Compiler (ISPC).</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.1</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>1800</EnvironmentSize> <ProjectURL>https://www.embree.org/</ProjectURL> <RepositoryURL>https://github.com/embree/embree</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> --benchmark 40 700</PostArguments> </Default> <Option> <DisplayName>Binary</DisplayName> <Identifier>bin</Identifier> <Menu> <Entry> <Name>Pathtracer</Name> <Value>pathtracer</Value> </Entry> <Entry> <Name>Pathtracer ISPC</Name> <Value>pathtracer_ispc</Value> </Entry> <Entry> <Name>Pathtracer oneAPI SYCL</Name> <Value>pathtracer_sycl</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Model</DisplayName> <Identifier>model</Identifier> <ArgumentPrefix>-c </ArgumentPrefix> <Menu> <Entry> <Name>Asian Dragon</Name> <Value>asian_dragon/asian_dragon.ecs</Value> </Entry> <Entry> <Name>Asian Dragon Obj</Name> <Value>asian_dragon_obj/asian_dragon.ecs</Value> </Entry> <Entry> <Name>Crown</Name> <Value>crown/crown.ecs</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>