create Subroutine

private subroutine create(self, send, recv, base_storage, kwargs)

Creates transpose handle

Type Bound

abstract_transpose_handle

Arguments

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

Abstract transpose handle

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

Send pencil

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

Recv pencil

integer(kind=int64), intent(in) :: base_storage

Base storage size

type(create_args), intent(inout) :: kwargs

Additional arguments


Calls

proc~~create~10~~CallsGraph proc~create~10 abstract_transpose_handle%create create_private create_private proc~create~10->create_private proc~get_transpose_type get_transpose_type proc~create~10->proc~get_transpose_type

Called by

proc~~create~10~~CalledByGraph proc~create~10 abstract_transpose_handle%create proc~get_plan_execution_time get_plan_execution_time proc~get_plan_execution_time->proc~create~10 proc~autotune_transpose_id autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~run_autotune_datatypes run_autotune_datatypes proc~run_autotune_datatypes->proc~autotune_transpose_id proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~run_autotune_datatypes proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create transpose_plan%create proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~autotune_grid_decomposition->proc~autotune_grid