Technical Blog
Tag: Finite Difference
Subscribe
Technical Walkthrough
Apr 08, 2013
Finite Difference Methods in CUDA C++, Part 2
In the previous CUDA C++ post we dove in to 3D finite difference computations in CUDA C/C++, demonstrating how to implement the x derivative part of the...
6 MIN READ
Technical Walkthrough
Apr 01, 2013
Finite Difference Methods in CUDA Fortran, Part 2
[caption id="attachment_8972" align="alignright" width="318"] CUDA Fortran for Scientists and Engineers shows how high-performance application developers can...
6 MIN READ
Technical Walkthrough
Mar 04, 2013
Finite Difference Methods in CUDA C/C++, Part 1
In the previous CUDA C/C++ post we investigated how we can use shared memory to optimize a matrix transpose, achieving roughly an order of magnitude improvement...
9 MIN READ
Technical Walkthrough
Feb 26, 2013
Finite Difference Methods in CUDA Fortran, Part 1
[caption id="attachment_8972" align="alignright" width="318"] CUDA Fortran for Scientists and Engineers shows how high-performance application developers can...
9 MIN READ