Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 1 month ago

GPUBench by Ben Tordoff

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

GPUBench

gpuBench()

gpuBenchApp()

image thumbnail

updated 3 months 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 3 months ago

Interactive Incompressible Fluids by Daniel Armyr

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

Interactive Incompressible Fluids

image thumbnail

updated 3 months 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 3 months ago

2D Wave Equation by Daniel Armyr

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

2D Wave Equation

image thumbnail

updated 3 months 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 8 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 8 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 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

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...

Contact us