execute_test Subroutine

subroutine execute_test(dims, kernel_type)

Uses

  • proc~~execute_test~~UsesGraph proc~execute_test execute_test iso_c_binding iso_c_binding proc~execute_test->iso_c_binding iso_fortran_env iso_fortran_env proc~execute_test->iso_fortran_env

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: dims(:)
type(kernel_type_t), intent(in) :: kernel_type

Calls

proc~~execute_test~~CallsGraph proc~execute_test execute_test fname fname proc~execute_test->fname interface~cudadevicesynchronize cudaDeviceSynchronize proc~execute_test->interface~cudadevicesynchronize interface~cudafree cudaFree proc~execute_test->interface~cudafree interface~cudamalloc cudaMalloc proc~execute_test->interface~cudamalloc interface~cudamemcpy cudaMemcpy proc~execute_test->interface~cudamemcpy interface~mem_free_host mem_free_host proc~execute_test->interface~mem_free_host interface~to_str to_str proc~execute_test->interface~to_str mpi_abort mpi_abort proc~execute_test->mpi_abort proc~create~9 abstract_kernel%create proc~execute_test->proc~create~9 proc~cudageterrorstring cudaGetErrorString proc~execute_test->proc~cudageterrorstring proc~destroy~9 abstract_kernel%destroy proc~execute_test->proc~destroy~9 proc~execute~6 abstract_kernel%execute proc~execute_test->proc~execute~6 proc~get_kernel_string get_kernel_string proc~execute_test->proc~get_kernel_string proc~mem_alloc_host mem_alloc_host proc~execute_test->proc~mem_alloc_host proc~write_message write_message proc~execute_test->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~create~9->mpi_abort proc~create~9->proc~destroy~9 proc~create~9->proc~get_kernel_string proc~create~9->proc~write_message create_private create_private proc~create~9->create_private proc~is_pack_kernel is_pack_kernel proc~create~9->proc~is_pack_kernel proc~is_unpack_kernel is_unpack_kernel proc~create~9->proc~is_unpack_kernel interface~cudageterrorstring_c cudaGetErrorString_c proc~cudageterrorstring->interface~cudageterrorstring_c proc~string_c2f string_c2f proc~cudageterrorstring->proc~string_c2f destroy_private destroy_private proc~destroy~9->destroy_private proc~destroy_string string%destroy_string proc~destroy~9->proc~destroy_string proc~execute~6->mpi_abort proc~execute~6->proc~write_message execute_private execute_private proc~execute~6->execute_private post_sync post_sync proc~execute~6->post_sync pre_sync pre_sync proc~execute~6->pre_sync proc~bytes_to_floats bytes_to_floats proc~execute~6->proc~bytes_to_floats proc~compress~2 abstract_compressor%compress proc~execute~6->proc~compress~2 proc~decompress~2 abstract_compressor%decompress proc~execute~6->proc~decompress~2 proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~execute~6->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~execute~6->proc~push_nvtx_domain_range sync sync proc~execute~6->sync interface~aligned_alloc aligned_alloc proc~mem_alloc_host->interface~aligned_alloc mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized proc~compress~2->interface~to_str proc~compress~2->mpi_abort proc~compress~2->proc~write_message proc~compress~2->proc~pop_nvtx_domain_range proc~compress~2->proc~push_nvtx_domain_range compress_private compress_private proc~compress~2->compress_private proc~is_same_ptr is_same_ptr proc~compress~2->proc~is_same_ptr proc~ptr_offset ptr_offset proc~compress~2->proc~ptr_offset proc~decompress~2->mpi_abort proc~decompress~2->proc~write_message proc~decompress~2->proc~pop_nvtx_domain_range proc~decompress~2->proc~push_nvtx_domain_range decompress_private decompress_private proc~decompress~2->decompress_private proc~decompress~2->proc~is_same_ptr proc~decompress~2->proc~ptr_offset 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 interface~is_null_ptr is_null_ptr proc~string_c2f->interface~is_null_ptr interface~is_null_ptr->interface~is_null_ptr proc~is_null_funptr is_null_funptr interface~is_null_ptr->proc~is_null_funptr 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~~execute_test~~CalledByGraph proc~execute_test execute_test program~test_device_kernels test_device_kernels program~test_device_kernels->proc~execute_test