AcademySoftwareFoundation / openexr

The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
http://www.openexr.com/
BSD 3-Clause "New" or "Revised" License
1.62k stars 609 forks source link

Cuda half and OpenEXR half types interesects #273

Open edubois opened 6 years ago

edubois commented 6 years ago

The half type is already defined in the file cudafp16.hpp: typedef __half half;

I'm not sure we can ask nvidia to change this :S but maybe it's possible on the OpenEXR side.

Just wanted to notify you as cuda is pretty used.

meshula commented 3 years ago

https://github.com/AcademySoftwareFoundation/openvdb/pull/927

lgritz commented 3 years ago

Do I recall that this has been addressed in 3.0? Can we close?