slice_max_sum_cuda Subroutine

public subroutine slice_max_sum_cuda(self, max_val, sum_val, f, i_slice, enforced_data_loc)

m_base_backend

Type Bound

cuda_backend_t

Arguments

Type IntentOptional Attributes Name
class(cuda_backend_t) :: self
real(kind=dp), intent(out) :: max_val
real(kind=dp), intent(out) :: sum_val
class(field_t), intent(in) :: f
integer, intent(in) :: i_slice
integer, intent(in), optional :: enforced_data_loc

Calls

proc~~slice_max_sum_cuda~~CallsGraph proc~slice_max_sum_cuda m_cuda_backend::cuda_backend_t%slice_max_sum_cuda dim3 dim3 proc~slice_max_sum_cuda->dim3 proc~get_dims m_mesh::mesh_t%get_dims proc~slice_max_sum_cuda->proc~get_dims proc~get_padded_dims m_allocator::allocator_t%get_padded_dims proc~slice_max_sum_cuda->proc~get_padded_dims proc~resolve_field_t m_cuda_backend::resolve_field_t proc~slice_max_sum_cuda->proc~resolve_field_t proc~slice_max_sum_kernel m_cuda_backend::slice_max_sum_kernel proc~slice_max_sum_cuda->proc~slice_max_sum_kernel proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc atomicadd atomicadd proc~slice_max_sum_kernel->atomicadd atomicmax atomicmax proc~slice_max_sum_kernel->atomicmax