Jacket v1.1 has been released!

The Jacket Engine for MATLAB®

The Jacket Graphics Toolbox

Jacket is the GPU Engine for MATLAB®. Jacket enables standard MATLAB code to run on any NVIDIA  CUDA-capable GPU, from the GeForce 8400 to the Tesla C1060. The idea is simple - Jacket introduces new data types to MATLAB which let you move your data and computations to the GPU.


Example MATLAB code:

>> G = gones( 3 );  % Create a GPU matrix
>> G = fft( G );    % Perform a GPU FFT
>> G = G * G;       % GPU Matrix Multiply
>> C = double( G ); % Bring back to CPU


That's it! Just change the data type and you can start tapping into the GPU's tremendous power - 240 cores on the latest NVIDIA Tesla C1060. Now you can forget about those large expensive clusters and enjoy Personal Supercomputing with Jacket!

To learn more, visit the Jacket product page.

Jacket's Graphics Toolbox dramatically improves MATLAB visualizations. The idea is simple - let the GPU visualize and compute without moving data back to the CPU.


Announcements

Jacket v1.1 is now available. Click here for release notes.
AccelerEyes wins the GRA/TAG Business Launch Competition!
Check out the Jacket webinar held on June 17, 2009.