vecmult_cuda Subroutine

public subroutine vecmult_cuda(self, y, x)

m_base_backend

Type Bound

cuda_backend_t

Arguments

Type IntentOptional Attributes Name
class(cuda_backend_t) :: self
class(field_t), intent(inout) :: y
class(field_t), intent(in) :: x

Calls

proc~~vecmult_cuda~~CallsGraph proc~vecmult_cuda m_cuda_backend::cuda_backend_t%vecmult_cuda dim3 dim3 proc~vecmult_cuda->dim3 proc~pwmul m_cuda_kernels_fieldops::pwmul proc~vecmult_cuda->proc~pwmul proc~resolve_field_t m_cuda_backend::resolve_field_t proc~vecmult_cuda->proc~resolve_field_t