Thanks for the post… I’m guessing you’re one of the people we spoke to recently by phone about this issue. For the NVIDIA folks, the core question is:
On a 64-bit system, can you install 32-bit drivers/toolkit and compile/run 32-bit CUDA code?
The reason we’re asking is that the student version of MATLAB is incapable of running 64-bit code and so MATLAB Students using 64-bit OSes will need to get 32-bit versions of CUDA to work in order to get Jacket to work.
There’s no need. 64-bit drivers contain 32-bit DLLs (in SysWOW64). 32-bit toolkits can be installed on a 64-bit host OS just fine. Alternately, you can use a 64-bit toolkit and compile with -m32 to get 32-bit output.