Compare GPUs using standard numerical benchmarks in MATLAB.
GPUBENCH times different MATLAB GPU tasks and estimates the peak performance of your GPU in floating-point operations per second (FLOP/s). It produces a detailed HTML report showing how your GPU
- 28.3K (All time)
- 32 (Last 30 days)
- 4.9 / 5
- Community
-
18 Mar 2025
GPU Coder Interface for Deep Learning
Use GPU Coder to generate optimized CUDA code for deep learning networks
GPU Coder generates optimized CUDA code from MATLAB code and Simulink models for deep learning, embedded vision, and autonomous systems. You can deploy a variety of pretrained deep learning networks
- 3.6K (All time)
- 73 (Last 30 days)
- 5.0 / 5
- MathWorks
-
26 Jan 2026
Explore the Mandelbrot Set using MATLAB and a GPU.
This application allows you to explore the wonders of the Mandelbrot Set in MATLAB with the help of a capable GPU. It is primarily intended as a demonstration of the different ways in which a MATLAB
- 4.8K (All time)
- 4 (Last 30 days)
- 4.6 / 5
- Community
-
5 Jan 2021
Explore the Julia Set of the Mandelbrot Set using MATLAB and a capable GPU.
This application allows you to explore the Julia Set of the Mandelbrot Set in MATLAB with the help of a capable GPU. It is primarily intended as a demonstration of element-wise calculations using
- 2.8K (All time)
- 3 (Last 30 days)
- 4.5 / 5
- Community
-
23 Apr 2021
GPU sparse, accumarray, non-uniform grid
performance gains above 1000x over matlab spmv can be observed with cuda compatible GPU.
bare-bone interface with cusp sparse class for gpus, support for single precision, real/complex. Usage:A=gcsparse(B,[format: 0=coo, 1=csr]);or A=gcsparse(col,row,val,[nrows,[ncols,[format]]]);input B
- 1.1K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
4 Dec 2013
3D pseudo polar Fourier and Radon Transforms
Forward and inverse 3D pseudo polar Fourier transforms and Radon transforms
the PPFT/Radon transforms for GPU computation.4) Direct inversion - Fast direct inversion for the PPFT/Radon transforms, running time is independent on the input data, no convergence criterion is
- 709 (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
10 Oct 2017
MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms
NVIDIA hardware target support from MATLAB Coder and GPU Coder
the generated code on the target hardware board. It enables you to remotely communicate with the NVIDIA target and control the peripheral devices for prototyping and testing purposes.When used with GPU
- 4.5K (All time)
- 93 (Last 30 days)
- 4.9 / 5
- MathWorks
-
26 Jan 2026
Monitoring of NVIDIA GPU devices
The NVSMI Toolbox is a set of functions that wrap the nvidia-smi executable shipped with the NVIDIA display driver (Linux and with 64bit Windows). It adds monitoring features of the NVIDIA GPU(s
- 789 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
22 Dec 2014
Huygens-Fresnel integral approximation on the GPU
Simulate electromagnetic wave propagation through free-form apertures, or off rough surfaces. Speed up the computation by using the GPU.
Huygens-Fresnel integral.Toolbox features are:* GPGPU computing, using Nvidia graphics cards with CUDA* fallback to CPU if no GPU is found* rough surface generation via spatial frequency filters and surface
- 1.9K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
23 Oct 2020
Spectral Visual Saliency Toolbox
Implementations of several state-of-the-art visual saliency detection algorithms.
- 6.4K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
6 Jan 2014
Accelerating Heat Equation on the GPU
A GUI for comparing the performance of different implementations of the heat equation on CPU and GPU
HEATEQGUI is an interactive GUI that lets you compare different ways for solving the heat equation. Only minor code changes were necessary to run the code on the GPU instead of the CPU. *
- 1.1K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Color-balance demo with GPU computing
Use GPU in MATLAB to perform white-balance operation to input image.
This demo shows how to identify bottlenecks in code that is run on a CPU using the MATLAB Profiler. The computations forming the bottleneck in this example are then executed on the system's GPU
- 1.9K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Tutorials: Parallel and GPU Computing with MATLAB: All in one (9 parts)
Tutorials on Parallel and GPU Computing with MATLAB
This submission contains all code examples used in tutorial series for Parallel and GPU Computing with MATLAB available here: http://www.mathworks.com/products/parallel-computing/tutorials.htmlTopics
- 3.3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Large Data in MATLAB: A Seismic Data Processing Case Study
These are the files used in the webinar on Feb. 23, 2011.
to seismic analysis (Kirchhoff migration, reverse time migration) 2 - Large data extension of the functionality shown in (1) and parallel computing for speeding up the processing time 3 - GPU extension
- 19.4K (All time)
- 12 (Last 30 days)
- 4.6 / 5
- Community
-
1 Sep 2016
Quantized Deep Neural Network on Jetson AGX Xavier
How to create, train and quantize network, then generate CUDA C++ code for targeting Jetson AGX Xavier
data types. And then you can use GPU Coder to generate optimized CUDA code for the quantized network.This example shows how to create, train and quantize a simple convolutional neural network for defect
- 265 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
10 Jul 2020
- 3.7K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
28 Sep 2010
Digital Image Correlation and Tracking
Calculate displacement, strain and stress from image sequences
- 5.4K (All time)
- 11 (Last 30 days)
- 4.9 / 5
- Community
-
2 Jul 2016
Fast Continuous Max-Flow Algorithm to 2D/3D Image Segmentation
Fast continuous max-flow algorithm to 2D/3D image segmentation developed in matlab, C and GPU
This software implements the fast continuous max-flow algorithm to 2D/3D image segmentation. It provides three implementations: matlab, C and GPU (cuda based). All the source files are provided. So
- 5.4K (All time)
- 2 (Last 30 days)
- 4.9 / 5
- Community
-
16 Dec 2011
TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
3D tomographic reconstruction software
TIGRE: Tomographic Iterative GPU-based Reconstruction ToolboxTIGRE is a GPU accelerated software for big scale 3D tomographic reconstruction, being capable of reconstructing geometries such as Cone
- 3.6K (All time)
- 7 (Last 30 days)
- 4.7 / 5
- Community
-
13 Aug 2024
GPU Implementation for GVF Force Field
We implement the GVF force field on GeForce GPU using CUDA.
time, in this project we implement the GVF algorithm with GPU, which will accelerate the algorithm to a great extent.
- 1.2K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
22 Oct 2012
Fast 3D Non Local Means Filtering using Convolutions CPU/GPU
Domain Decomposed CPU/GPU implementation of Non Local Means Filtering in 3D using Convolution
serialGPUNLMF(domain,locSize,DoS,k,npasses,gpuFlag)nlmf: the output domaindomain: the input 3D arraylocSize: the subdomain size in X,Y,Z. e.g. locsize=256 will partition the domain into subvolumes of 256^DoS: the degree of smoothing (commonly 0.05 to
- 84 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
16 Nov 2021
Interactive Incompressible Fluids
A GPU-enabled interactive demo of Navier-Stokes equations for incompressible fluids.
- 3.3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Zeffiro Forward and Inverse Interface for Complex Geometries
Interface for using finite elements in inverse problems with complex domains
beaccelerated significantly in a computer equipped with a graphics computing unit (GPU). It isespecially recommendable to perform the forward simulation process, i.e., to generate the finiteelement mesh, the lead
- 650 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2024
- 775 (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
18 Aug 2016
Fast Checkerboard Demodulation for digital Schlieren imaging
Track optical distortions in a checkerboard pattern with high accuracy in real-time using the FCD method
FFT- Includes a live preview function- Runs on GPU without modificationsMore info: https://arxiv.org/abs/1712.05679
- 383 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
9 Dec 2018
Weeks' Method for Numerical Laplace transform inversion with GPU acceleration
Implementation of the Weeks method for numerical Laplace transform inversion with GPU acceleration.
Weeks method. Particularly new here is the use of graphics processing unit [GPU] computing to accelerate the method.To assist the user, a wrapper (WeeksMethod.m) to the core inversion functions is
- 1.4K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
18 Dec 2011
GPU vs CPU speed test of finite difference equation
Compares the speed of the parallel computing toolbox functions vs CPU for finite difference
Simulates the heat equation, with constant heat capacity and thermal conductivity, using GPU (parallel computing toolbox) or CPU (matrix calculations). Includes results from Nvidia titan and i5-2500k
- 1.2K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
10 Jul 2014
Hardware accelerated ray-triangle intersection
GPU portable implementation of the ray-triangle intersection method of Moller and Trumbore (1997)
% Ray-triangle intersection algorithm of Muller and Trumbore (1997)% formatted for arrayfun to allow hardware acceleration% Call with gpuarray and arrayfun to execute on the GPU: thjs% may give two
- 865 (All time)
- 2 (Last 30 days)
- 4.8 / 5
- Community
-
13 Feb 2015
GPU Centerline Extraction (Skeletonization) in 2D or 3D
Extracts the centerlines (skeleton) of binary 2D images or 3D volumes using bit encoded thinning on the GPU.
This code provides implementation of the real-time thinning / centerline extraction techniquesproposed in "Real-time thinning algorithms for 2D and 3D images using GPU processors" (Wagner, 2019
- 821 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
14 Aug 2020
WarpFactory is a numerical toolkit for analyzing warp drive spacetimes.
Energy ConditionsMetric scalar evaluation for the shear, expansion, and vorticityMomentum flow visualizationsGPU utilization for accelerated computationsAnimation of the stress-energy tensor. Lighter
- 63 (All time)
- 6 (Last 30 days)
- 5.0 / 5
- Community
-
23 May 2024
MATLABによる画像処理・コンピュータービジョン・点群処理評価キット
MATLAB image processing, computer vision, and point cloud processing evaluation kit in Japanese
Driving ToolboxRoadRunnerSensor Fusion and Tracking ToolboxNavigation ToolboxRobotics System ToolboxUAV ToolboxROS ToolboxMATLAB CoderSimulink CoderGPU Coder
- 1.8K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
7 Apr 2022
GPU Accelerated Edge-Region Based Level Set Evolution Constrained by 2D Gray-Scale Histogram
Here are the serial and the GPU based implementation of our paper IEEE TIP.2013.2255304
our work. The serial implementation can be runned even if you don't have an NVIDIA GPU. But this is not the case of the parallel implementation. Everything is done as simple as possible in order to make
- 1.3K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
12 Dec 2013
A modified version of the Mann-Kendall Test that works with autocorrelated data.
- 355 (All time)
- 10 (Last 30 days)
- 5.0 / 5
- Community
-
28 May 2023
NVIDIA CUDA-based bilinear (2D) interpolation
Incredible speed boost in comparison to the Matlab implementation. (interp2)
This code was inspired by Alexander Huth's bilinear interpolation approach( http://www.mathworks.com/matlabcentral/fileexchange/20248 )also using the GPU's built-in bilinear texture interpolation
- 3.9K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
30 Jun 2009
- 80 (All time)
- 1 (Last 30 days)
- 4.7 / 5
- Community
-
4 Sep 2020
matlab wrapper for CUDA 2D and 3D GPU-accelerated convolution
C++/CUDA GPU-accelerated convolution in 2D and 3D. Based on NVIDIA cuda-samples convolutionFFT2D combined with matlab
- 63 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
21 Jun 2023
Apple Metal GPU processing toolbox for MATLAB on macOS
MATLABMetalApple Metal GPU processing toolbox for MATLAB on macOS.Matlab runs extremely well on the new Apple Silicon Macs, but if you want the best possible performance from these new processors
- 261 (All time)
- 3 (Last 30 days)
- 4.5 / 5
- Community
-
22 Mar 2024
Example, Matlab R2010B Cuda CONV2 on GPU using Cuda kernels
GPUCONV2 Two dimensional convolution on the GPU using Cuda. C = GPUCONV2(A, B) performs the 2-D convolution of matrices A and B. If [ma,na] = size(A), [mb,nb] = size(B), and [mc,nc] = size(C
- 1.6K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
8 Dec 2010
Expectation Maximization of Gaussian Mixture Models via CUDA
CUDA enabled parallel EM for Gaussian Mixture Models, providing over 100x performance increases.
- 3.8K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
21 May 2009
FDTD - 1D, 2D, 3D Simple Free Space Examples
Vectorized FDTD code with GPU functionality for the 3D case. Code is nicely organized and easy to understand.
A point source located at the center of the simulation domain generates electromagnetic radiation which then propagates through vacuum.Using a GPU for the 3D case, one can realize the performance
- 2.5K (All time)
- 13 (Last 30 days)
- 5.0 / 5
- Community
-
23 Oct 2021
Efficient three-dimensional (3D) Gaussian smoothing using convolution via frequency domain
Native Fourier implementation, support GPU computation and anisotropic voxel.
(z*pixelspacing(3)).^2/sigma(3)^2/2)); Remarks The outputs of gauss3filter(I), gauss3filter(I, 1) and gauss3filter(I, 1, [1 1 1]) are identical. To enable GPU computation (Matlab 2012a or later, CUDA 1.3 GPU are required), use
- 1.2K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
16 Nov 2012
- 4K (All time)
- 1 (Last 30 days)
- 4.2 / 5
- Community
-
16 Jul 2008
MatConvNet: CNNs for MATLAB
vision applications. It is simple, efficient (integrating MATLAB GPU support), and can run and learn state-of-the-art CNNs, similar to the ones achieving top scores in the ImageNet challenge. Several
- 10K (All time)
- 10 (Last 30 days)
- 4.5 / 5
- Community
-
21 Dec 2021
White balance camera-rendered sRGB images (CVPR 2019)
chart for Set1 images.Graphical user interfaceWe provide a Matlab GUI to help tuning our parameters in an interactive way. Please, check demo_GPU.m. Code/GUI parameters and optionsK: Number of nearest
- 527 (All time)
- 4 (Last 30 days)
- 3.7 / 5
- Community
-
25 Feb 2023
implementation of SIFT compiled on graphics card
- 11.7K (All time)
- 1 (Last 30 days)
- 3.9 / 5
- Community
-
28 Jan 2008
Fast Eigenvalue Computation of Massive 3-by-3 Real Symmetric Matrices
For multiple 3x3 real symmetric matrices, vectorized matrix operations, support GPU computation
Calculate the eigenvalues of many 3x3 real symmetric matrices. Computation is non-iterative, based on fully vectorized matlab matrix operations, and GPU computation is supported. It is fast and
- 1.2K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
10 May 2013
Tutorials: Parallel and GPU Computing with MATLAB (9 of 9): GPU Computing with MATLAB
Tutorial on Parallel and GPU Computing with MATLAB (9 of 9)
This submission contains code examples used in part 9 of tutorial series on Parallel and GPU Computing with MATLAB. This part covers using GPU-enabled MATLAB functions, executing NVIDIA® CUDA™ code
- 1.7K (All time)
- 1 (Last 30 days)
- 3.0 / 5
- Community
-
1 Sep 2016
Fractal Image Compression and Decompression able of projecting the decoded image into bigger size.
This Matlab code can compress true color or gray-scale images using Fractal Image Compression
This Matlab code can compress true color or gray-scale images using Fractal Image Compression technique in gray scale. Also, you can use GPU for the acceleration. This code uses fixed S value
- 737 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
22 Sep 2016
3D Linear Interpolation for GPU
3D Linear Interpolation for GPU
This function is faster than MATLAB's griddedInterpolant function for the CPU, but slower than MATLAB's interpn function for the GPU. However, I've coded this using arrayfun. Since MATLAB does not
- 401 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
5 Aug 2014
inpolygon function that works using gpuArray
This is a point-in-polygon function that can run on a gpu using large test point array sizes. It uses a simple ray-casting algorithm without pre-processing or "on" tolerance checks. Therefore it may
- 318 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
31 Jan 2015
gpuSiftMatch(d1,d2,thresh,bunchSize,gpuEn,precision)
Fast SIFT feature matching using GPU
This feature matching code is designed to replace the ubc_match function from vl_feat (http://www.vlfeat.org/overview/sift.html) This code is significantly faster when run on a compatible GPU.
- 105 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
14 Jul 2017
Computational Ultrasound Imaging Toolbox
Develop and evaluate computational image formation methods for freely programmable ultrasound imaging systems with only a few lines of code.
implementations usinghierarchical matrix factorizationsGPU support via mex / CUDA APICurrent LimitationsBorn approximationlinear systems (wave propagation, scattering, transducer behavior)pulse-echo mode (i.e., no
- 160 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
24 Feb 2023
Frequency-Dependent F-Number for CPWC
Frequency-dependent F-number for coherent plane-wave compounding (CPWC) in ultrasound imaging
(e.g., off, on, window-based) ├── +platforms # classes for various types of platforms (e.g., CPU, GPU) ├── +windows # classes for various window functions (e.g., boxcar, Hann, Tukey
- 38 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
28 Aug 2023
Hydra Image Processor handles large 1D to 5D image data by optimally chunking across GPUs, ensuring energy-insulated boundaries.
- 22 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
9 Dec 2024
Cell resolved Matlab OOP model of a lithium iron phosphate battery pack
Collection of classes stored in a package "lfpBattery".
- 525 (All time)
- 3 (Last 30 days)
- -- / 5
- Community
-
15 Oct 2022
Simple example showing how to access the GPU from MATLAB
This is a simple example showing how to access the GPU from MATLAB. This example requires a Freeware library called GPUmat, that can be downloaded from http://gp-you.orgThe example shows the
- 1.8K (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
7 May 2009
EXTRACT is a tractable and robust automated cell extraction tool for calcium imaging, which extracts the activities of cells as time series
with native GPU implementation. To receive occasional updates about new releases, to ask questions about EXTRACT usage, or schedule a tutorial session for your lab, please send an email to
- 214 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
6 Oct 2024
2D CUDA-based bilinear interpolation
GPU assisted fast bilinear interpolation
a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created.This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized
- 3.6K (All time)
- 2 (Last 30 days)
- 3.0 / 5
- Community
-
16 Jul 2008
Speeding Up Algorithms: When Parallel Computing and GPUs do and don't accelerate
Files and slides from the presentation of the same name.
This archive contains all of the files for the webinar "Speeding Up Algorithms: When Parallel Computing and GPUs do and don't accelerate" delivered at the 2013 MathWorks Finance Virtual Conference.It
- 795 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
25 Sep 2013