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

버전 1.1.0.0 (5.89 KB) 작성자: Patrick Kano
A beam propagation method solver using the CUDA capabilities in the parallel computing toolbox.
다운로드 수: 2.4K
업데이트 날짜: 2010/10/23

라이선스 보기

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 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
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.1.0.0

We slightly modified the description to explain more about the functions.

1.0.0.0