select_access_mode_f32 Subroutine

private subroutine select_access_mode_f32(self, in, out, n_warmup_iters, n_iters, execution_time)

Selects the best access mode for host kernels, real(real32) version

Type Bound

kernel_host

Arguments

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

Host kernel class

real(kind=real32), intent(in) :: in(:)

Source host-allocated buffer

real(kind=real32), intent(inout) :: out(:)

Target host-allocated buffer

integer(kind=int32), intent(in) :: n_warmup_iters

Number of warmup iterations to perform before testing kernel

integer(kind=int32), intent(in) :: n_iters

Number of iterations to perform when testing kernel

real(kind=real64), intent(out) :: execution_time

Execution time of the selected access


Calls

proc~~select_access_mode_f32~~CallsGraph proc~select_access_mode_f32 kernel_host%select_access_mode_f32 interface~to_str to_str proc~select_access_mode_f32->interface~to_str proc~execute_benchmark kernel_host%execute_benchmark proc~select_access_mode_f32->proc~execute_benchmark proc~get_conf_log_enabled get_conf_log_enabled proc~select_access_mode_f32->proc~get_conf_log_enabled proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~select_access_mode_f32->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~select_access_mode_f32->proc~push_nvtx_domain_range proc~write_message write_message proc~select_access_mode_f32->proc~write_message proc~double_to_string double_to_string interface~to_str->proc~double_to_string proc~float_to_string float_to_string interface~to_str->proc~float_to_string proc~int32_to_string int32_to_string interface~to_str->proc~int32_to_string proc~int64_to_string int64_to_string interface~to_str->proc~int64_to_string proc~int8_to_string int8_to_string interface~to_str->proc~int8_to_string proc~execute_benchmark->proc~pop_nvtx_domain_range proc~execute_benchmark->proc~push_nvtx_domain_range interface~get_conf_internal get_conf_internal proc~get_conf_log_enabled->interface~get_conf_internal 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~get_conf_internal_int32 get_conf_internal_int32 interface~get_conf_internal->proc~get_conf_internal_int32 proc~get_conf_internal_logical get_conf_internal_logical interface~get_conf_internal->proc~get_conf_internal_logical 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

Called by

proc~~select_access_mode_f32~~CalledByGraph proc~select_access_mode_f32 kernel_host%select_access_mode_f32 proc~create_host kernel_host%create_host proc~create_host->proc~select_access_mode_f32