ncclCommDeregister Interface

interface

Deregister a buffer for collective communication.


Called by

interface~~ncclcommderegister~~CalledByGraph interface~ncclcommderegister ncclCommDeregister proc~free_mem free_mem proc~free_mem->interface~ncclcommderegister proc~execute_autotune execute_autotune proc~execute_autotune->proc~free_mem proc~mem_free reshape_plan_base%mem_free proc~mem_free->proc~free_mem proc~autotune_reshape_plan autotune_reshape_plan proc~autotune_reshape_plan->proc~execute_autotune proc~get_plan_execution_time get_plan_execution_time proc~get_plan_execution_time->proc~execute_autotune proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~execute_autotune proc~run_autotune_datatypes run_autotune_datatypes proc~run_autotune_backend->proc~run_autotune_datatypes proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~autotune_transpose_id autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~create~16 transpose_plan%create proc~create~16->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create~16->proc~autotune_grid_decomposition proc~create~9 reshape_plan%create proc~create~9->proc~autotune_reshape_plan proc~autotune_grid_decomposition->proc~autotune_grid proc~run_autotune_datatypes->proc~autotune_transpose_id

public function ncclCommDeregister(comm, handle) result(ncclResult_t) bind(C, name="ncclCommDeregister")

Arguments

Type IntentOptional Attributes Name
type(ncclComm), value :: comm

Communicator

type(c_ptr), value :: handle

Handle to the registered buffer

Return Value integer(kind=c_int32_t)

Completion status