ncclMemFree Interface

interface

Free memory allocated by ncclMemAlloc().


Called by

interface~~ncclmemfree~~CalledByGraph interface~ncclmemfree ncclMemFree proc~free_mem free_mem proc~free_mem->interface~ncclmemfree proc~mem_free~3 abstract_transpose_plan%mem_free proc~mem_free~3->proc~free_mem proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~free_mem proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition proc~destroy_cuda transpose_plan_cuda%destroy_cuda proc~destroy_cuda->proc~mem_free~3 proc~autotune_grid_decomposition->proc~autotune_grid

public function ncclMemFree(ptr) result(ncclResult_t) bind(C, name="ncclMemFree")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: ptr

Buffer address

Return Value integer(kind=c_int32_t)

Completion status