GPU Code Generation

Generate CUDA® code from MATLAB®

After you develop your application using Wavelet Toolbox™, you can generate optimized CUDA code for NVIDIA® GPUs from MATLAB code. The code can be integrated into your project as source code, static libraries, or dynamic libraries, and can be used for prototyping on GPUs. You can use the generated CUDA within MATLAB to accelerate computationally intensive portions of your MATLAB code in machine learning, deep learning, or other applications. You must have MATLAB Coder™ and GPU Coder™ to generate CUDA code.

Functions

expand all

cwtContinuous 1-D wavelet transform
convConvolution and polynomial multiplication
conv22-D convolution
fftFast Fourier transform
fft22-D fast Fourier transform

Topics

The GPU Environment Check and Setup App (GPU Coder)

Verify and set up the GPU code generation environment.

Code Generation by Using the GPU Coder App (GPU Coder)

Generate CUDA C code from MATLAB code by using the GPU Coder app.

Code Generation Using the Command Line Interface (GPU Coder)

Generate CUDA C code from MATLAB code by using the codegen command.

Featured Examples