New in Wolfram
Mathematica
8: CUDA and OpenCL Support
◄
previous
|
next
►
Software Development
Compile CUDA Programs to Library, Executable, PTX, or CUBIN
Generate libraries, executables, object files, PTX, or CUBIN from source code with platform-independent
Mathematica
functions.
In[1]:=
X
demoFile = FileNameJoin[{$CUDALinkPath, "SupportFiles", "cudaDLL.cu"}]; CreateLibrary[{demoFile}, "demo", "Compiler" -> NVCCCompiler]
Out[1]=