get_unpack_pipelined_kernel_code Function

private function get_unpack_pipelined_kernel_code(kernel_name, base_storage) result(code)

Generates code that will be used to partially unpack data when it is recieved from other process

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: kernel_name

Name of CUDA kernel

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

Number of bytes needed to store single element

Return Value type(kernel_code)

Resulting code


Calls

proc~~get_unpack_pipelined_kernel_code~~CallsGraph proc~get_unpack_pipelined_kernel_code get_unpack_pipelined_kernel_code mpi_comm_rank mpi_comm_rank proc~get_unpack_pipelined_kernel_code->mpi_comm_rank proc~add_line kernel_code%add_line proc~get_unpack_pipelined_kernel_code->proc~add_line proc~get_code_init get_code_init proc~get_unpack_pipelined_kernel_code->proc~get_code_init proc~get_code_init->proc~add_line interface~int_to_str int_to_str proc~get_code_init->interface~int_to_str proc~int_to_str_int32 int_to_str_int32 interface~int_to_str->proc~int_to_str_int32 proc~int_to_str_int64 int_to_str_int64 interface~int_to_str->proc~int_to_str_int64 proc~int_to_str_int8 int_to_str_int8 interface~int_to_str->proc~int_to_str_int8

Called by

proc~~get_unpack_pipelined_kernel_code~~CalledByGraph proc~get_unpack_pipelined_kernel_code get_unpack_pipelined_kernel_code proc~compile_and_cache compile_and_cache proc~compile_and_cache->proc~get_unpack_pipelined_kernel_code proc~create~2 nvrtc_kernel%create proc~create~2->proc~compile_and_cache proc~create~7 transpose_handle_cuda%create proc~create~7->proc~create~2