DEVELOPER BLOG
Tag: Finite Difference
Accelerated Computing
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
Accelerated Computing
Apr 01, 2013
Finite Difference Methods in CUDA Fortran, Part 2
In the last CUDA Fortran post we dove in to 3D finite difference computations in CUDA Fortran, demonstrating how to implement the x derivative part of the…
6 MIN READ
Accelerated Computing
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
Accelerated Computing
Feb 26, 2013
Finite Difference Methods in CUDA Fortran, Part 1
In the last CUDA Fortran post we investigated how shared memory can be used to optimize a matrix transpose, achieving roughly an order of magnitude improvement…
9 MIN READ