The MATLAB Blog

Practical Advice for People on the Leading Edge

Results for: GPU

MATLAB now has over 1,000 functions that Just Work on NVIDIA GPUs 9

GPU support in MATLAB started in R2010bBack in R2010b, the first GPU enabled functions were made available in MATLAB via Parallel Computing Toolbox. The idea was then, as it is now, to overload... read more >>

Pi day: Using AI, GPUs and Quantum computing to compute pi

14th March is Pi Day, celebrated by geeks everywhere and a great excuse for technical computing bloggers to publish something tenuously related to pi and their favorite technology of choice. This is... read more >>

How to make a GPU version of this MATLAB program by changing two lines 1

In his article, A short game of Life, Steve Eddins showed us the following few lines of code that impemented Conway's game of life. Steve's version used a 750 x 750 gameboard whereas mine is using... read more >>