Can I create CUDA/OpenCL applications using Delphi or FreePascal? Or am I forced to use C++ and Visual Studio?
A quick search: cuda + pascal
Turns up som
You will need to write the actual CUDA kernels in C / C++. There is no other way. Unless Pascal can be extended with C or can link against C/C++ libraries, (which I asusme it does from the link you mentioned), I do not think there is any other way.