get_backend Function

private function get_backend(self, error_code)

Returns selected GPU backend during autotuning

Type Bound

dtfft_plan_t

Arguments

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

Abstract plan

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

Optional error code returned to user

Return Value type(dtfft_backend_t)


Calls

proc~~get_backend~2~~CallsGraph proc~get_backend~2 dtfft_plan_t%get_backend proc~dtfft_get_error_string dtfft_get_error_string proc~get_backend~2->proc~dtfft_get_error_string proc~get_backend transpose_plan%get_backend proc~get_backend~2->proc~get_backend proc~write_message write_message proc~get_backend~2->proc~write_message mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized

Called by

proc~~get_backend~2~~CalledByGraph proc~get_backend~2 dtfft_plan_t%get_backend proc~dtfft_get_backend_c dtfft_get_backend_c proc~dtfft_get_backend_c->proc~get_backend~2