2008 11th IEEE International Conference on Computational Science and Engineering 2008
DOI: 10.1109/cse.2008.16
|View full text |Cite
|
Sign up to set email alerts
|

Accelerating Simulations of Light Scattering Based on Finite-Difference Time-Domain Method with General Purpose GPUs

Abstract: Simulations of light scattering from nano-structured surface areas require substantial amount of computing time. The emergence of General Purpose Graphics Processing Units (GPGPUs) as affordable PC SIMD arithmetic coprocessors brings the necessary computing power to modern desktop PCs. In this paper we examine how the computation time of the Finite-Difference Time-Domain (FDTD), a classic numerical method for computing a solution to Maxwell's equations, can be reduced by leveraging the massively parallel archi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
17
0
3

Year Published

2008
2008
2014
2014

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 30 publications
(20 citation statements)
references
References 6 publications
0
17
0
3
Order By: Relevance
“…As commercial sectors like Remcom, Computer Simulation Technology (CST), Acceleware, SPEAG, and Agilent have integrated the GPU-accelerated FDTD technique into their software packages for the analysis of electromagnetic fields in normal and complex media, researchers in academia have also focused on taking advantage of inherent attributes of the GPUs for parallel computing. Such implementations that use the CUDA technology include the works presented in [3] and [4] originally, and the research presented by Sypek et al for a TM z solution of electromagnetic fields [5], the double precision implementation of the FDTD on the Tesla GPU [6], and the work reported by Okoniewski's group [7], more recently.…”
Section: Introductionmentioning
confidence: 99%
“…As commercial sectors like Remcom, Computer Simulation Technology (CST), Acceleware, SPEAG, and Agilent have integrated the GPU-accelerated FDTD technique into their software packages for the analysis of electromagnetic fields in normal and complex media, researchers in academia have also focused on taking advantage of inherent attributes of the GPUs for parallel computing. Such implementations that use the CUDA technology include the works presented in [3] and [4] originally, and the research presented by Sypek et al for a TM z solution of electromagnetic fields [5], the double precision implementation of the FDTD on the Tesla GPU [6], and the work reported by Okoniewski's group [7], more recently.…”
Section: Introductionmentioning
confidence: 99%
“…GPUs have been applied extensively to problems where the domain is discretised via a structured grid (e.g. [17,18,19]), which results in uniform relationships between the variables. This greatly simplifies memory addressing and aids the design of an efficient solution to allocate data to each block.…”
Section: Introductionmentioning
confidence: 99%
“…GPUs have been used for various finite-difference scheme codes with good results [73][74][75][76][77][78]. In Ref.…”
Section: Code Parallelism With Graphics Processing Unitsmentioning
confidence: 99%
“…In order to greatly speedup the codes, it is vital to use the per-block shared memory in the computation whenever any global memory space is needed to be accessed [75]). Another solution is to set up the grid to overlap the boundary cells so that all threads copy values into shared memory as before, but only the interior threads of the block perform the computations, which can be performed using only shared memory.…”
Section: One-dimensional Specific Code Designmentioning
confidence: 99%
See 1 more Smart Citation