image thumbnail

updated 19 days ago

Accelerating Heat Equation on the GPU by Simone Hämmerle

A GUI for comparing the performance of different implementations of the heat equation on CPU and GPU (gpu, speedup, demo)

heateqGUI(varargin)

heateq_cpu_filt(k, n, Ts, L, c,h)

heateq_cpu_ind(k, n, Ts, L, c,h)

image thumbnail

updated 22 days ago

Interactive Incompressible Fluids by Daniel Armyr

A GPU-enabled interactive demo of Navier-Stokes equations for incompressible fluids. (navierstokes, itneractive, gpu)

Interactive Incompressible Fluids

image thumbnail

updated 22 days ago

MATLAB for CUDA Programmers by Daniel Armyr

This is the code used during the MATLAB for CUDA Programmers webinar (gpu, parallel computing to..., image processing)

whitebalance(imageData)

whitebalance(imageData)

whitebalance(imageData)

image thumbnail

updated 22 days ago

2D Wave Equation by Daniel Armyr

Interactive demo of the 2d wave equation. (app, gpu, wave equation)

2D Wave Equation

image thumbnail

updated 29 days ago

Color-balance demo with GPU computing by Kye Taylor

Use GPU in MATLAB to perform white-balance operation to input image. (graphical processing ..., gpu, high performance comp...)

whitebalance(imageData)

whitebalance_cuda(imageData)

whitebalance_gpu(imageData)

image thumbnail

updated 3 months ago

poly2mask using GPU by Jun Tan

poly2mask using GPU. (poly2mask, gpu, polygon to mask)

poly2mask_gpu(x, y, m, n)

image thumbnail

updated 6 months ago

GPUBench by Ben Tordoff

Compare GPUs using standard numerical benchmarks in MATLAB. (gpu, performance, benchmark)

GPUBench

gpuBench()

gpuBenchApp()

image thumbnail

updated 6 months ago

A GPU Mandelbrot Set by Ben Tordoff

Explore the Mandelbrot Set using MATLAB and a GPU. (gpu, fractal, graphics)

A GPU Mandelbrot Set

compilePTX()

jet2(m)

image thumbnail

updated 6 months ago

GPU Julia Set Explorer by Ben Tordoff

Explore the Julia Set of the Mandelbrot Set using MATLAB and a capable GPU. (gpu, fractal, graphics)

GPU Julia Set Explorer

juliaSetExplorer(z0)

image thumbnail

updated 11 months ago

speedfanReader by Ivar Eskerud Smith

Code to read temperatures (gpu/cpu/hdd), fan speeds and voltages from speedfan. (speedfan, temperature, cpu)

image thumbnail

updated 1 year ago

Weeks' Method for Numerical Laplace transform inversion with GPU acceleration by Patrick Kano

Implementation of the Weeks method for numerical Laplace transform inversion with GPU acceleration. (mathematics, laplace transform, jacket)

[Invertf,sigmaP,bP,RelTotalError,AbsTotalError,AbsTruncateE...

[Invertf,sigmaP,bP,RelTotalError,AbsTotalError,AbsTruncateE...

acunumweeks(varargin)

image thumbnail

updated almost 2 years ago

Demo files for "Parallel Computing with MATLAB on Multicore Desktops and GPUs" Webinar by Jiro Doke

Demo files for "Parallel Computing with MATLAB on Multicore Desktops and GPUs" Webinar (May 4, 2011) (parallel, cpu, gpu)

Demo script for Cell Tower Optimization Problem

Parameter Sweep of ODEs

Solving 2nd Order Wave Equation on the GPU Using Spectral M...

image thumbnail

updated 2 years ago

Large Data in MATLAB: A Seismic Data Processing Case Study by Stuart Kozola

These are the files used in the webinar on Feb. 23, 2011. (seismic, segy, large data)

Large Data in MATLAB: A Case Study in Seismic Data Processi...

Seismic Migration Example - Fault Model

fm2d(v,model,nz,dz,nx,dx,nt,dt)

image thumbnail

updated 2 years ago

OpenCL Toolbox v0.17 by Radford Juang

OpenCL Toolbox for MATLAB (cuda, opencl, gpu)

clbuffer

clkernel

clobject

image thumbnail

updated 2 years ago

GPUCONV2 by Dirk-Jan Kroon

Example, Matlab R2010B Cuda CONV2 on GPU using Cuda kernels (cuda, conv2, gpu)

gpuconv2(A,B,SHAPE)

nvcc(varargin)

image thumbnail

updated 2 years ago

A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox by Patrick Kano

A beam propagation method solver using the CUDA capabilities in the parallel computing toolbox. (mathematics, optics, cuda)

CUDAparaxbpm(CUDAswitch, PLOTswitch, BetaSwitch, Nx, Ny, Le...

FunEfieldinit(MeshX, MeshY, Nx, Ny, LengthX, LengthY)

FunPlotSim(zidx, PosZ, MeshX, MeshY, nMatrix, Efield, Meshk...

image thumbnail

updated 3 years ago

Tutorials on Creating, Compiling and running CUDA Accelerated programs in Matlab by Roger Mendes

Tutorials on Creating, Compiling and running CUDA Accelerated programs in Matlab (cuda, visual studio 2008, gpu)

image thumbnail

updated 3 years ago

FFT-based convolution by Bruno Luong

Discrete convolution using FFT method (conv, fft, convn)

convnfft(A, B, shape, dims, options)

convnfft_install

image thumbnail

updated almost 4 years ago

NVIDIA CUDA-based bilinear (2D) interpolation by Gerald Buchgraber

Incredible speed boost in comparison to the Matlab implementation. (interp2) (bilinear, interpolation, cuda)

nvmex(varargin)

nvmex_helper(varargin)

testcudainterp2()

image thumbnail

updated almost 4 years ago

GPU Perona - Malik Anisotropic Diffusion by Roberto Gallea

GPU version of the anisostropic diffusion filter by Perona and Malik, created using mex and CUDA. (diffusion, gpu, cuda)

image thumbnail

updated almost 4 years ago

Speed using nvidia graphics card and accelerEyes jacket by Ambarish Jash

The code tests the increase in speed up of matrix multiplication. (accelereyes, cuda, jacket)

speed_fact_x.m

image thumbnail

updated almost 4 years ago

Expectation Maximization of Gaussian Mixture Models via CUDA by Andrew Harp

CUDA enabled parallel EM for Gaussian Mixture Models, providing over 100x performance increases. (expectation maximizat..., probability, gmm)

errorellipse(mu,sigma,stdev,n)

gmm_test(num_clusts, num_dims, num_samps, num_steps, num_tr...

nvmex(varargin)

image thumbnail

updated almost 4 years ago

GPU from MATLAB(R) example by The GP-you Group

Simple example showing how to access the GPU from MATLAB (gpu, cuda, parallel computing)

Simple_GPGPU_Matlab.m

runme.m

Contact us