NVIDIA have a compiler NVCC which compiles CUDA parallel code. This code can then be linked to the users code using Microsoft C++. Both compilers are needed with complicated command line calls. I have attempted some of the simpler examples of CUDA code using SILVERFROST C and have got nowhere.
I would like to run CUDA ideally from a Silverfrost FTN95 program but will settle for a Silverfrost C++ program as a start.
Has anyone got CUDA working using the Silverfrost Compiler rather than MS C++. I would like a nice simple example case to get started.