bytes_to_floats Function

private elemental function bytes_to_floats(bytes) result(floats)

Converts number of bytes to number of floats needed to store them

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: bytes

Number of bytes

Return Value integer(kind=int32)

Number of floats


Called by

proc~~bytes_to_floats~~CalledByGraph proc~bytes_to_floats bytes_to_floats proc~execute~6 abstract_kernel%execute proc~execute~6->proc~bytes_to_floats proc~execute_end~2 reshape_handle_generic%execute_end proc~execute_end~2->proc~execute~6 proc~execute_fused backend_mpi%execute_fused proc~execute_fused->proc~execute~6 proc~execute_mpi backend_mpi%execute_mpi proc~execute_mpi->proc~execute~6 proc~execute_mpi->proc~execute_fused proc~execute_nccl backend_nccl%execute_nccl proc~execute_nccl->proc~execute~6 proc~execute_test execute_test proc~execute_test->proc~execute~6 proc~execute~2 abstract_backend%execute proc~execute~2->proc~execute~6 proc~test_pack_unpack test_pack_unpack proc~test_pack_unpack->proc~execute~6 proc~test_transpose test_transpose proc~test_transpose->proc~execute~6 proc~execute~4 reshape_handle_generic%execute proc~execute~4->proc~execute~2 program~test_compression test_compression program~test_compression->proc~test_pack_unpack program~test_compression->proc~test_transpose program~test_device_kernels test_device_kernels program~test_device_kernels->proc~execute_test