transpose_ptr Subroutine

private subroutine transpose_ptr(self, in, out, transpose_type, error_code)

Performs single transposition using type(c_ptr) pointers instead of buffers

Note

Buffers in and out cannot be the same

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_transpose_t), intent(in) :: transpose_type

Type of transposition.

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

Optional error code returned to user


Calls

proc~~transpose_ptr~~CallsGraph proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~check_device_pointers check_device_pointers proc~transpose_ptr->proc~check_device_pointers proc~dtfft_get_error_string dtfft_get_error_string proc~transpose_ptr->proc~dtfft_get_error_string proc~execute~5 abstract_transpose_plan%execute proc~transpose_ptr->proc~execute~5 proc~get_backend~2 abstract_transpose_plan%get_backend proc~transpose_ptr->proc~get_backend~2 proc~get_log_enabled get_log_enabled proc~transpose_ptr->proc~get_log_enabled proc~is_same_ptr is_same_ptr proc~transpose_ptr->proc~is_same_ptr proc~is_valid_transpose_type is_valid_transpose_type proc~transpose_ptr->proc~is_valid_transpose_type proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~transpose_ptr->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~transpose_ptr->proc~push_nvtx_domain_range proc~write_message write_message proc~transpose_ptr->proc~write_message interface~is_device_ptr is_device_ptr proc~check_device_pointers->interface~is_device_ptr is_null_ptr is_null_ptr proc~check_device_pointers->is_null_ptr proc~is_backend_nvshmem is_backend_nvshmem proc~check_device_pointers->proc~is_backend_nvshmem proc~is_nvshmem_ptr is_nvshmem_ptr proc~check_device_pointers->proc~is_nvshmem_ptr proc~execute~5->proc~pop_nvtx_domain_range proc~execute~5->proc~push_nvtx_domain_range execute_private execute_private proc~execute~5->execute_private 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 mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized 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~is_nvshmem_ptr->is_null_ptr interface~nvshmem_my_pe nvshmem_my_pe proc~is_nvshmem_ptr->interface~nvshmem_my_pe interface~nvshmem_ptr nvshmem_ptr proc~is_nvshmem_ptr->interface~nvshmem_ptr

Called by

proc~~transpose_ptr~~CalledByGraph proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~dtfft_transpose_c dtfft_transpose_c proc~dtfft_transpose_c->proc~transpose_ptr proc~transpose dtfft_plan_t%transpose proc~transpose->proc~transpose_ptr