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~7 transpose_handle_host%create proc~create~7->proc~get_transpose_type proc~create~9 transpose_handle_cuda%create proc~create~9->proc~get_transpose_type proc~create_private transpose_plan_host%create_private proc~create_private->proc~create~7 proc~autotune_grid transpose_plan_host%autotune_grid proc~create_private->proc~autotune_grid proc~autotune_grid_decomposition transpose_plan_host%autotune_grid_decomposition proc~create_private->proc~autotune_grid_decomposition proc~get_plan_execution_time transpose_plan_host%get_plan_execution_time proc~get_plan_execution_time->proc~create~7 proc~autotune_grid->proc~get_plan_execution_time proc~autotune_mpi_datatypes transpose_plan_host%autotune_mpi_datatypes proc~autotune_grid->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->proc~autotune_grid proc~autotune_mpi_datatypes->proc~autotune_transpose_id