Hello,
could somebody please tell me if my build environment needs to be optimized or fixed a bit as the compiler outputs a message (see screenshot) that sounds to me like it is using an alternative (cycles_cubin_cc) to an desired option (nvcc).
Just wanted to make sure my local environment is as good as it can be, especially with bug reporting coming up soon. Builds are working and running smoothly so far, so might be just a - mate just ignore it - thing
nvidia’s nvcc compiler is notoriously picky on the msvc version it supports, and with microsoft putting out a new version of visual studio every six weeks and nvidia releasing cuda maybe once or twice a year, you can probably guess how long it takes for nvcc to go ‘unsupported compiler’ and refuse to build the cycles kernels.
So we either had to settle on an ancient version of msvc or work around the issue. cycles_cubin_cc works on all versions of msvc and is used by default for msvc 2017 or newer (2015 will actually still use nvcc)