Optix support for Cuda 8.0

Howdy,

We’re currently using Optix on Cuda 7.5 but would like to know when Optix will be built against Cuda 8.0 so we can use Visual Studio 2015 and thus be able to use some C++14.

thanks,
matthew

OptiX 4.0.2 already understands PTX code generated by CUDA 8.0.
I have been using that and MSVS 2015 for quite some time, using sm30 as target for my PTX code to support everything from Kepler to Pascal which matches what OptiX 4.x handles.