get_transpose_type Function

public pure function get_transpose_type(send, recv) result(transpose_type)

Determines transpose ID based on pencils

Arguments

Type IntentOptional Attributes Name
type(pencil), intent(in) :: send

Send pencil

type(pencil), intent(in) :: recv

Receive pencil

Return Value type(dtfft_transpose_t)

Transpose ID


Called by

proc~~get_transpose_type~~CalledByGraph proc~get_transpose_type get_transpose_type proc~create~12 transpose_handle_host%create proc~create~12->proc~get_transpose_type proc~create~7 transpose_handle_cuda%create proc~create~7->proc~get_transpose_type proc~get_plan_execution_time transpose_plan_host%get_plan_execution_time proc~get_plan_execution_time->proc~create~12 proc~autotune_grid~2 transpose_plan_host%autotune_grid proc~autotune_grid~2->proc~get_plan_execution_time proc~autotune_mpi_datatypes transpose_plan_host%autotune_mpi_datatypes proc~autotune_grid~2->proc~autotune_mpi_datatypes proc~autotune_transpose_id transpose_plan_host%autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~autotune_grid_decomposition~2 transpose_plan_host%autotune_grid_decomposition proc~autotune_grid_decomposition~2->proc~autotune_grid~2 proc~autotune_mpi_datatypes->proc~autotune_transpose_id proc~create_private~2 transpose_plan_host%create_private proc~create_private~2->proc~autotune_grid~2 proc~create_private~2->proc~autotune_grid_decomposition~2