A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox
The parallel computing toolbox version 5.0 for MATLAB 2010b includes an initial capability for NVIDIA CUDA use. This entry provides a simple paraxial beam propagation method [BPM] solver that utilizes the added GPU capability. A script is also provided that runs the BPM with standard MATLAB Fourier transforms and the GPU implemented transforms. For smaller matrices, the standard MATLAB approach appears to be faster, while at larger matrices above 512x512 elements, the CUDA approach is more than twice as fast.
An effort has been made to make the program so that it will run on a computer without the parallel computing toolbox or an NVIDIA GPU. However, a comparison with standard MATLAB is only possible with those two components.
Files:
The script ScrTimeBPM.m
contains an example of how one may run the main function CUDAparaxbpm.m.
The additional files
FunPlotSim.m
FunEfieldinit.m
FunRefractIdx.m
initialize the field, update the refractive index profile, and create plots.
References:
1) www.mathworks.com/discovery/matlab-gpu.html
2) A. Weideman, Linear Dispersive Wave Equations, http://dip.sun.ac.za/~weideman/research/waves.html
3) Okamoto, K. Fundamentals of optical waveguides, Academic Press, 2000.
인용 양식
Patrick Kano (2025). A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox (https://kr.mathworks.com/matlabcentral/fileexchange/29114-a-cuda-accelerated-beam-propagation-method-bpm-solver-using-the-parallel-computing-toolbox), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Parallel Computing > Parallel Computing Toolbox > GPU Computing >
- Sciences > Physics > Accelerators & Beams >
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!