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
Intel Open Image Denoise 2.1.0
pts/oidn-2.1.0
- 12 October 2023 -
Update against OIDn 2.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/OpenImageDenoise/oidn/releases/download/v2.1.0/oidn-2.1.0.x86_64.linux.tar.gz</URL> <MD5>d0779624699574221a5ee339f2c7c07c</MD5> <SHA256>53d0dc4498796f1d94e4347c3131ba1a84ecf46bced8a7ada31776525937703e</SHA256> <FileName>oidn-2.1.0.x86_64.linux.tar.gz</FileName> <FileSize>31530621</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenImageDenoise/oidn/releases/download/v2.1.0/oidn-2.1.0.x64.windows.zip</URL> <MD5>842f9386e7110d777c52b45691071f5a</MD5> <SHA256>5033574ddc1126d99f814a2eb8406cceb11ee60571dfe405b07a509750597f00</SHA256> <FileName>oidn-2.1.0.x64.windows.zip</FileName> <FileSize>29214631</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenImageDenoise/oidn/releases/download/v2.1.0/oidn-2.1.0.x86_64.macos.tar.gz</URL> <MD5>3c278d4a292db11e6d65ffad1a65e14d</MD5> <SHA256>f202a442ac7d208a12463c11f29f3e0a0c367ef73535c16d255ab0c6e091e83c</SHA256> <FileName>oidn-2.0.0.x86_64.macos.tar.gz</FileName> <FileSize>26060493</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf oidn-2.1.0.x86_64.linux.tar.gz echo "#!/bin/sh cd oidn-2.1.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.1.0.x86_64.macos.tar.gz echo "#!/bin/sh cd oidn-2.1.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.1.0.x64.windows.zip echo "#!/bin/sh cd oidn-2.1.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.4--> <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.4--> <PhoronixTestSuite> <TestInformation> <Title>Intel Open Image Denoise</Title> <AppVersion>2.1</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.1.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>