CUDA 8.0 in TD099

Are the instructions for CUDA the same as they were for 088? The project compiles without errors in Visual Studio, but after adding the .dll to the CUDA TOP, the texture stays blank. Anyone have any ideas?

confirmed, cuda dll isn’t loaded :frowning:

My plan right now is to add support for CUDA to the C++ TOP. This will allow all of the the other features such as custom parameters to just work without having to maintain two APIs.

Ok, in the next build we release the CPlusPlus TOP will support CUDA, and a sample project is included too.
The CUDA TOP should be avoided, I think I’ll remove it from 099.

Awesome, thank you Malcolm.