Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
AOM AV1
Neural Magic DeepSparse
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
RELION
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Intel Open Image Denoise 2.3.0
pts/oidn-2.3.0
- 17 June 2024 -
Update against Open Image Denoise 2.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x86_64.linux.tar.gz</URL> <MD5>87e8c6a81653163f7183cf81c82bfc9b</MD5> <SHA256>02693c3eb3888eeb0c59c9bb1142b28b899ac8dd02bad4397beaffb5f8bef863</SHA256> <FileName>oidn-2.3.0.x86_64.linux.tar.gz</FileName> <FileSize>57048236</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x64.windows.zip</URL> <MD5>24ebc52941e9d4413ebe54e1eec77ab3</MD5> <SHA256>272781c9398eec7aeef9cd1be5b5aad7bb3debfc574308ce930b8e55ee51effd</SHA256> <FileName>oidn-2.3.0.x64.windows.zip</FileName> <FileSize>55270739</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/RenderKit/oidn/releases/download/v2.3.0/oidn-2.3.0.x86_64.macos.tar.gz</URL> <MD5>4b09bf3c16318a68e278c182ac87e2a3</MD5> <SHA256>8b3285d2d8c431c061a2cf0c5bf90fd519b5ad5fb6db828b07dc6662daa9e07b</SHA256> <FileName>oidn-2.3.0.x86_64.macos.tar.gz</FileName> <FileSize>50992662</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf oidn-2.3.0.x86_64.linux.tar.gz echo "#!/bin/sh cd oidn-2.3.0.x86_64.linux/bin/ ./oidnBenchmark \$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > oidn chmod +x oidn
install_macosx.sh
#!/bin/sh tar -xf oidn-2.3.0.x86_64.macos.tar.gz echo "#!/bin/sh cd oidn-2.3.0.x86_64.macos/bin/ ./oidnBenchmark \$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > oidn chmod +x oidn
install_windows.sh
#!/bin/sh unzip -o oidn-2.3.0.x64.windows.zip echo "#!/bin/sh cd oidn-2.3.0.x64.windows/bin/ ./oidnBenchmark.exe \$@ --threads \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > oidn chmod +x oidn
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>RT.ldr_alb_nrm.1920x1080 ... #_RESULT_# msec/image</OutputTemplate> <LineHint>msec/image</LineHint> <DivideResultDivisor>1000</DivideResultDivisor> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Intel Open Image Denoise</Title> <AppVersion>2.3</AppVersion> <Description>Open Image Denoise is a denoising library for ray-tracing and part of the Intel oneAPI rendering toolkit.</Description> <ResultScale>Images / Sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>2.3.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>82</EnvironmentSize> <ProjectURL>https://www.openimagedenoise.org/</ProjectURL> <RepositoryURL>https://github.com/OpenImageDenoise/oidn</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments> -n 30 </PostArguments> </Default> <Option> <DisplayName>Run</DisplayName> <Identifier>Run</Identifier> <ArgumentPrefix>-r </ArgumentPrefix> <Menu> <Entry> <Name>RT.hdr_alb_nrm.3840x2160</Name> <Value>RT.hdr_alb_nrm.3840x2160</Value> </Entry> <Entry> <Name>RT.ldr_alb_nrm.3840x2160</Name> <Value>RT.ldr_alb_nrm.3840x2160</Value> </Entry> <Entry> <Name>RTLightmap.hdr.4096x4096</Name> <Value>RTLightmap.hdr.4096x4096</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Device</DisplayName> <Identifier>device</Identifier> <ArgumentPrefix>-d </ArgumentPrefix> <Menu> <Entry> <Name>CPU-Only</Name> <Value>cpu</Value> </Entry> <Entry> <Name>NVIDIA CUDA</Name> <Value>cuda</Value> </Entry> <Entry> <Name>Radeon HIP</Name> <Value>hip</Value> </Entry> <Entry> <Name>Intel oneAPI SYCL</Name> <Value>sycl</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>