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
Intel Open Image Denoise 2.0.0
pts/oidn-2.0.0
- 04 June 2023 -
Update against Open Image Denoise 2.0 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.0.0/oidn-2.0.0.x86_64.linux.tar.gz</URL> <MD5>0ecb3e00f3138a1d0b183b441d07b8cd</MD5> <SHA256>8de608405ab4e687a154560245a4520cf44a5a917f7fa2ec2b53e885638e2865</SHA256> <FileName>oidn-2.0.0.x86_64.linux.tar.gz</FileName> <FileSize>32555139</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenImageDenoise/oidn/releases/download/v2.0.0/oidn-2.0.0.x64.windows.zip</URL> <MD5>7de185ac08a8a970c572242cc2bc2e2e</MD5> <SHA256>df0c6bf8185f9736dd10eb07e4bf1c68c6ef28c0cddd42a9555f9e8435a24e40</SHA256> <FileName>oidn-2.0.0.x64.windows.zip</FileName> <FileSize>29669048</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://github.com/OpenImageDenoise/oidn/releases/download/v2.0.0/oidn-2.0.0.x86_64.macos.tar.gz</URL> <MD5>cab4da5dd833c459bf5d65ac456f6714</MD5> <SHA256>44055036c5ee3cfc26057d4ad3b6e7f0cbd1feb4230386a30eca115004308c9a</SHA256> <FileName>oidn-2.0.0.x86_64.macos.tar.gz</FileName> <FileSize>26032919</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf oidn-2.0.0.x86_64.linux.tar.gz echo "#!/bin/sh cd oidn-2.0.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.0.0.x86_64.macos.tar.gz echo "#!/bin/sh cd oidn-2.0.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.0.0.x64.windows.zip echo "#!/bin/sh cd oidn-2.0.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.0</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.0.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 20 </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>