New in Wolfram
Mathematica
8: CUDA and OpenCL Support
◄
previous
|
next
►
Software Development
GPU Enhanced Linear Algebra
A number of linear algebra functions that use CUDA are included.
In[1]:=
X
Needs["CUDALink`"] CUDADot[RandomInteger[300, {10, 10}], RandomInteger[300, {10, 10}]] // MatrixForm
Out[1]//MatrixForm=