get_host_kernel_string Function

private function get_host_kernel_string(kernel) result(kernel_string)

Returns string representation of the given host kernel type

Arguments

Type IntentOptional Attributes Name
type(host_kernel_t), intent(in) :: kernel

Host kernel type

Return Value character(len=:), allocatable

String representation of the kernel


Called by

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