nvtxDomainCreate_c Interface

interface

Creates an NVTX domain with the specified name.


Called by

interface~~nvtxdomaincreate_c~~CalledByGraph interface~nvtxdomaincreate_c nvtxDomainCreate_c proc~create_nvtx_domain create_nvtx_domain proc~create_nvtx_domain->interface~nvtxdomaincreate_c proc~push_nvtx_domain_range push_nvtx_domain_range proc~push_nvtx_domain_range->proc~create_nvtx_domain proc~autotune_grid autotune_grid proc~autotune_grid->proc~push_nvtx_domain_range proc~run_autotune_backend run_autotune_backend proc~autotune_grid->proc~run_autotune_backend proc~autotune_grid~2 transpose_plan_host%autotune_grid proc~autotune_grid~2->proc~push_nvtx_domain_range proc~get_plan_execution_time transpose_plan_host%get_plan_execution_time proc~autotune_grid~2->proc~get_plan_execution_time proc~autotune_mpi_datatypes transpose_plan_host%autotune_mpi_datatypes proc~autotune_grid~2->proc~autotune_mpi_datatypes proc~compile_and_cache compile_and_cache proc~compile_and_cache->proc~push_nvtx_domain_range proc~create_c2c dtfft_plan_c2c_t%create_c2c proc~create_c2c->proc~push_nvtx_domain_range proc~create_r2c dtfft_plan_r2c_t%create_r2c proc~create_r2c->proc~push_nvtx_domain_range proc~create_r2r dtfft_plan_r2r_t%create_r2r proc~create_r2r->proc~push_nvtx_domain_range proc~create~5 abstract_executor%create proc~create~5->proc~push_nvtx_domain_range proc~destroy dtfft_plan_t%destroy proc~destroy->proc~push_nvtx_domain_range proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~push_nvtx_domain_range proc~execute_private dtfft_plan_t%execute_private proc~execute_ptr->proc~execute_private proc~execute~5 abstract_transpose_plan%execute proc~execute~5->proc~push_nvtx_domain_range proc~execute~6 abstract_executor%execute proc~execute~6->proc~push_nvtx_domain_range proc~get_plan_execution_time->proc~push_nvtx_domain_range proc~run_autotune_backend->proc~push_nvtx_domain_range proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~transpose_ptr->proc~push_nvtx_domain_range proc~transpose_ptr->proc~execute~5 proc~autotune_grid_decomposition autotune_grid_decomposition proc~autotune_grid_decomposition->proc~autotune_grid proc~autotune_grid_decomposition~2 transpose_plan_host%autotune_grid_decomposition proc~autotune_grid_decomposition~2->proc~autotune_grid~2 proc~autotune_transpose_id transpose_plan_host%autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~run_autotune_backend proc~create_cuda->proc~autotune_grid_decomposition proc~create_private~2 transpose_plan_host%create_private proc~create_private~2->proc~autotune_grid~2 proc~create_private~2->proc~autotune_grid_decomposition~2 proc~create~2 nvrtc_kernel%create proc~create~2->proc~compile_and_cache proc~dtfft_destroy_c dtfft_destroy_c proc~dtfft_destroy_c->proc~destroy proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~dtfft_transpose_c dtfft_transpose_c proc~dtfft_transpose_c->proc~transpose_ptr proc~execute dtfft_plan_t%execute proc~execute->proc~execute_ptr proc~execute_private->proc~execute~5 proc~transpose dtfft_plan_t%transpose proc~transpose->proc~transpose_ptr proc~autotune_mpi_datatypes->proc~autotune_transpose_id proc~create~7 transpose_handle_cuda%create proc~create~7->proc~create~2

private subroutine nvtxDomainCreate_c(name, domain) bind(C, name="nvtxDomainCreate_c")

Arguments

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

Name of the NVTX domain.

type(nvtxDomainHandle) :: domain

Handle to the created NVTX domain.