They indeed appear in the header, but according to a
dumpbin /EXPORTS …
they are not exported by the DLL.
I assume that this is part of the “RC” nature of 8.0.27, but wanted to point it out.
(I haven’t yet checked the other solvers, this only refers to the Dn part)
It’s Windows 8.1. I installed 8.0.27. During the first install pass it hung up, but with a second attempt, everything seemed to work, and now the NVIDIA control panel reports driver version 362.84
(I’ll have to look up whether this is supposed to be the “right” one).
To make it clearer:
dumpbin /EXPORTS cuda.lib
lists the exported functions, and this already DOES contain the new functions like “cuMemAdvise” which have been introduced in 8.0.x. But it does NOT list “cuDeviceGetP2PAttribute”.
(Wild guess: The cuDeviceGetP2PAttribute function is plainly missing __declspec(dllexport) !?)