(git:34ef472)
pw_gpu.F File Reference

Go to the source code of this file.

Modules

module  pw_gpu
 

Functions/Subroutines

subroutine, public pw_gpu::pw_gpu_init ()
 Allocates resources on the gpu device for gpu fft acceleration. More...
 
subroutine, public pw_gpu::pw_gpu_finalize ()
 Releases resources on the gpu device for gpu fft acceleration. More...
 
subroutine, public pw_gpu::pw_gpu_r3dc1d_3d (pw1, pw2, scale)
 perform an fft followed by a gather on the gpu More...
 
subroutine, public pw_gpu::pw_gpu_c1dr3d_3d (pw1, pw2, scale)
 perform an scatter followed by a fft on the gpu More...
 
subroutine, public pw_gpu::pw_gpu_r3dc1d_3d_ps (pw1, pw2, scale)
 perform an parallel fft followed by a gather on the gpu More...
 
subroutine, public pw_gpu::pw_gpu_c1dr3d_3d_ps (pw1, pw2, scale)
 perform an parallel scatter followed by a fft on the gpu More...