execute_ptr Subroutine

private subroutine execute_ptr(self, in, out, execute_type, aux, error_code)

Executes plan using type(c_ptr) pointers instead of buffers

Type Bound

dtfft_plan_t

Arguments

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

Abstract plan

type(c_ptr), intent(in) :: in

Incoming pointer. Note that values of this pointer will be modified in GPU build

type(c_ptr), intent(in) :: out

Resulting pointer

type(dtfft_execute_t), intent(in) :: execute_type

Type of execution.

type(c_ptr), intent(in) :: aux

Auxiliary buffer. Not optional. If not required, c_null_ptr must be passed. Size of buffer must be greater than value returned by alloc_size parameter of get_local_sizes subroutine

integer(kind=int32), intent(out), optional :: error_code

Optional error code returned to user


Calls

proc~~execute_ptr~~CallsGraph proc~execute_ptr dtfft_plan_t%execute_ptr is_null_ptr is_null_ptr proc~execute_ptr->is_null_ptr proc~check_aux dtfft_plan_t%check_aux proc~execute_ptr->proc~check_aux proc~execute_private dtfft_plan_t%execute_private proc~execute_ptr->proc~execute_private proc~is_same_ptr is_same_ptr proc~execute_ptr->proc~is_same_ptr proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~execute_ptr->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~execute_ptr->proc~push_nvtx_domain_range proc~check_aux->is_null_ptr interface~to_str to_str proc~check_aux->interface~to_str mpi_abort mpi_abort proc~check_aux->mpi_abort proc~dtfft_get_error_string dtfft_get_error_string proc~check_aux->proc~dtfft_get_error_string proc~get_alloc_size dtfft_plan_t%get_alloc_size proc~check_aux->proc~get_alloc_size proc~get_conf_log_enabled get_conf_log_enabled proc~check_aux->proc~get_conf_log_enabled proc~get_element_size dtfft_plan_t%get_element_size proc~check_aux->proc~get_element_size proc~mem_alloc_ptr dtfft_plan_t%mem_alloc_ptr proc~check_aux->proc~mem_alloc_ptr proc~write_message write_message proc~check_aux->proc~write_message proc~execute_2d dtfft_plan_t%execute_2d proc~execute_private->proc~execute_2d proc~execute_generic dtfft_plan_t%execute_generic proc~execute_private->proc~execute_generic proc~execute_z_slab dtfft_plan_t%execute_z_slab proc~execute_private->proc~execute_z_slab 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~double_to_string double_to_string interface~to_str->proc~double_to_string proc~float_to_string float_to_string interface~to_str->proc~float_to_string proc~int32_to_string int32_to_string interface~to_str->proc~int32_to_string proc~int64_to_string int64_to_string interface~to_str->proc~int64_to_string proc~int8_to_string int8_to_string interface~to_str->proc~int8_to_string 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 proc~execute transpose_plan%execute proc~execute_2d->proc~execute proc~execute_generic->proc~execute proc~execute_z_slab->proc~execute_generic proc~execute_z_slab->proc~execute proc~get_local_sizes~2 dtfft_plan_t%get_local_sizes proc~get_alloc_size->proc~get_local_sizes~2 interface~get_conf_internal get_conf_internal proc~get_conf_log_enabled->interface~get_conf_internal proc~get_element_size->proc~dtfft_get_error_string proc~get_element_size->proc~write_message proc~mem_alloc_ptr->is_null_ptr proc~mem_alloc_ptr->proc~dtfft_get_error_string proc~mem_alloc_ptr->proc~write_message mem_alloc mem_alloc proc~mem_alloc_ptr->mem_alloc proc~mem_alloc_host mem_alloc_host proc~mem_alloc_ptr->proc~mem_alloc_host mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized proc~get_conf_internal_int32 get_conf_internal_int32 interface~get_conf_internal->proc~get_conf_internal_int32 proc~get_conf_internal_logical get_conf_internal_logical interface~get_conf_internal->proc~get_conf_internal_logical proc~execute->proc~pop_nvtx_domain_range proc~execute->proc~push_nvtx_domain_range execute execute proc~execute->execute proc~get_local_sizes~2->proc~dtfft_get_error_string proc~get_local_sizes~2->proc~write_message counts counts proc~get_local_sizes~2->counts mpi_allreduce mpi_allreduce proc~get_local_sizes~2->mpi_allreduce proc~get_aux_size transpose_plan%get_aux_size proc~get_local_sizes~2->proc~get_aux_size proc~get_backend transpose_plan%get_backend proc~get_local_sizes~2->proc~get_backend proc~get_local_sizes get_local_sizes proc~get_local_sizes~2->proc~get_local_sizes proc~is_backend_nvshmem is_backend_nvshmem proc~get_local_sizes~2->proc~is_backend_nvshmem starts starts proc~get_local_sizes~2->starts interface~aligned_alloc aligned_alloc proc~mem_alloc_host->interface~aligned_alloc proc~get_aux_size_generic get_aux_size_generic proc~get_aux_size->proc~get_aux_size_generic proc~get_aux_size~3 abstract_transpose_handle%get_aux_size proc~get_aux_size_generic->proc~get_aux_size~3

Called by

proc~~execute_ptr~~CalledByGraph proc~execute_ptr dtfft_plan_t%execute_ptr proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute~11 dtfft_plan_t%execute proc~execute~11->proc~execute_ptr