Accelerating Heat Equation on the GPU

版本 1.0.0.1 (17.2 KB) 作者: Simone
A GUI for comparing the performance of different implementations of the heat equation on CPU and GPU
1.1K 次下载
更新时间 2016/9/1

查看许可证

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.
* heateq_cpu_ind: "direct" on CPU
* heateq_gpu_ind: "direct" on GPU
* heateq_cpu_filt: using FILTER2 on CPU
* heateq_gpu_filt: using FILTER2 on GPU
Comparing CPU and GPU versions shows nice speedup by using the GPU. The obtained speedup strongly depends on the hardware setup and GUI settings.

引用格式

Simone (2024). Accelerating Heat Equation on the GPU (https://www.mathworks.com/matlabcentral/fileexchange/41188-accelerating-heat-equation-on-the-gpu), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 GPU Computing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0