I have Mathematica 10.0.2 on Windows 8.1 64 bit.
I installed Microsoft Visual Studio Community 2013.
I installed CUDA toolkit from nVIDIA cuda7.0.28windows.exe.
I installed CUDAResources-Win64-10.0.0.1.paclet.
I have the latest nVIDIA driver 353.30.
CUDA in Mathematica like CUDAFluidDynamics works fine.
But compiling a CUDA kernel does not work.
I get exactly the same error message on CUDAFunctionLoad as shown here in the first post.
What I find strange is that CUDACCompilers[] gives
{{"Name" -> "Visual Studio",
"Compiler" ->
CCompilerDriver`VisualStudioCompiler`VisualStudioCompiler,
"CompilerInstallation" ->
"C:\\Program Files (x86)\\Microsoft Visual Studio 11.0",
"CompilerName" -> Automatic}}
Which shows version 11, while I also have version 12 !?
Can I force version 12 ?