execute Subroutine

private subroutine execute(self, in, out, stream, neighbor)

Executes kernel

Type Bound

abstract_kernel

Arguments

Type IntentOptional Attributes Name
class(abstract_kernel), intent(inout) :: self

Abstract kernel

real(kind=real32), intent(in) :: in(:)

Source buffer, can be device or host pointer

real(kind=real32), intent(inout) :: out(:)

Target buffer, can be device or host pointer

type(dtfft_stream_t), intent(in) :: stream

Stream to execute on, used only for device pointers

integer(kind=int32), intent(in), optional :: neighbor

Source rank for pipelined unpacking


Calls

proc~~execute~2~~CallsGraph proc~execute~2 abstract_kernel%execute execute_private execute_private proc~execute~2->execute_private proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~execute~2->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~execute~2->proc~push_nvtx_domain_range interface~nvtxdomainrangepop_c nvtxDomainRangePop_c proc~pop_nvtx_domain_range->interface~nvtxdomainrangepop_c interface~nvtxdomainrangepushex_c nvtxDomainRangePushEx_c proc~push_nvtx_domain_range->interface~nvtxdomainrangepushex_c proc~astring_f2c astring_f2c proc~push_nvtx_domain_range->proc~astring_f2c proc~create_nvtx_domain create_nvtx_domain proc~push_nvtx_domain_range->proc~create_nvtx_domain proc~string_f2c string_f2c proc~astring_f2c->proc~string_f2c proc~create_nvtx_domain->proc~astring_f2c interface~nvtxdomaincreate_c nvtxDomainCreate_c proc~create_nvtx_domain->interface~nvtxdomaincreate_c

Called by

proc~~execute~2~~CalledByGraph proc~execute~2 abstract_kernel%execute proc~execute_end~2 transpose_handle_generic%execute_end proc~execute_end~2->proc~execute~2 proc~execute_mpi backend_mpi%execute_mpi proc~execute_mpi->proc~execute~2 proc~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->proc~execute~2 proc~execute~12 abstract_backend%execute proc~execute~12->proc~execute~2 proc~execute~3 transpose_handle_generic%execute proc~execute~3->proc~execute~2