Newsletter

Newsletter
 

Functionality

This functionality section is intended to provide examples of Jacket capabilities that are most popular for our user community. Additional examples will be added over time so check back frequently.

Multi-GPU example

MGL Example

Description: These examples demonstrates how to use Jacket MGL (multi-GPU) for leveraging multiple GPUs simultaneously.

Available in the <jacket_root>/examples/mgl_example directory.
NVIDIA & CUDA logo

SDK Examples

Description: These examples demonstrates how to integrate custom CUDA functions into Jacket. Your CUDA code can inherit Jacket's runtime optimizations. For more information, see the Jacket SDK documentation.

Available in the <jacket_root>/examples/sdk_example directory.
GPROFILE Example

GPROFILE Example

Description: These examples demonstrates how to use GPROFILE for profiling MATLAB and Jacket code to get optimal GPU performance.

Available in the <jacket_root>/examples/gprofile_example directory.
GLAUNCH Example

GLAUNCH Example

Description: These examples demonstrates how to use GLAUNCH for developing CUDA code in M-files. With this faster development loop, you'll be able to crank out better CUDA kernels than ever before!

Available in the <jacket_root>/examples/glaunch_example directory.
BLAS functionality image

BLAS Example

Description: This example demonstrates the GPU BLAS functionality available with Jacket.

Available in the <jacket_root>/examples/blas_example directory.
BLAS with GFOR image

BLAS GFOR Example

Description: This example demonstrates the GPU BLAS functionality available with Jacket in combination with Jacket's GFOR loop.

Available in the <jacket_root>/examples/blas_example directory.
MLDIVIDE GFOR

MLDIVIDE GFOR Example

Description: This example demonstrates the GPU MLDIVIDE functionality available with Jacket in combination with Jacket's GFOR loop.

Available in the <jacket_root>/examples/mldivide_gfor_example directory.
FFT image

FFT Example

Description: This example demonstrates the GPU FFT functionality available with Jacket.

Available in the <jacket_root>/examples/fft_example directory.
FFT GFOR image

FFT GFOR Example

Description: This example demonstrates the GPU FFT functionality available with Jacket in combination with Jacket's GFOR loop.

Available in the <jacket_root>/examples/fft_example directory.
Convolution visualization

Circular Convolution Example

Description: This example is of a simple circular convolution.

Available in the <jacket_root>/examples/conv_example directory.
interp2 image

INTERP2 Example

Description: This example demonstrates the GPU INTERP2 functionality available with Jacket.

Available in the <jacket_root>/examples/interp2_example directory.