RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.77k stars 164 forks source link

Plans for half-float support? #13

Closed TomCrypto closed 5 years ago

TomCrypto commented 5 years ago

We use OIDN with a stream of inputs originally in half-float format (IEEE 754 half-float format, RGB/RGBA). Currently we convert the input images to 32-bit floats with SIMD intrinsics prior to denoising which works okay but does use extra memory and costs time; are there any plans to extend the RT filter to natively support half-float formats?

Thanks

atafra commented 5 years ago

We don't have any immediate plans to add half-float support but we'll consider it.