GBS
basic_mod::gbs_allocate_cuda Interface Reference

Public Member Functions

subroutine gbs_allocate_cuda_dp4 (a, is1, ie1, is2, ie2, is3, ie3, is4, ie4)
 
subroutine gbs_allocate_cuda_dp3 (a, is1, ie1, is2, ie2, is3, ie3)
 
subroutine gbs_allocate_cuda_dp2 (a, is1, ie1, is2, ie2)
 
subroutine gbs_allocate_cuda_dp1 (a, is1, ie1)
 

Member Function/Subroutine Documentation

◆ gbs_allocate_cuda_dp1()

subroutine basic_mod::gbs_allocate_cuda::gbs_allocate_cuda_dp1 ( real(dp), dimension(:), intent(inout), pointer  a,
integer, intent(in)  is1,
integer, intent(in)  ie1 
)

◆ gbs_allocate_cuda_dp2()

subroutine basic_mod::gbs_allocate_cuda::gbs_allocate_cuda_dp2 ( real(dp), dimension(:,:), intent(inout), pointer  a,
integer, intent(in)  is1,
integer, intent(in)  ie1,
integer, intent(in)  is2,
integer, intent(in)  ie2 
)

◆ gbs_allocate_cuda_dp3()

subroutine basic_mod::gbs_allocate_cuda::gbs_allocate_cuda_dp3 ( real(dp), dimension(:,:,:), intent(inout), pointer  a,
integer, intent(in)  is1,
integer, intent(in)  ie1,
integer, intent(in)  is2,
integer, intent(in)  ie2,
integer, intent(in)  is3,
integer, intent(in)  ie3 
)

◆ gbs_allocate_cuda_dp4()

subroutine basic_mod::gbs_allocate_cuda::gbs_allocate_cuda_dp4 ( real(dp), dimension(:,:,:,:), intent(inout), pointer  a,
integer, intent(in)  is1,
integer, intent(in)  ie1,
integer, intent(in)  is2,
integer, intent(in)  ie2,
integer, intent(in)  is3,
integer, intent(in)  ie3,
integer, intent(in)  is4,
integer, intent(in)  ie4 
)
Parameters
[in,out]aInput array
[in]ie4Starting and ending indices

The documentation for this interface was generated from the following file: