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 transpose_plan%mem_free proc~mem_free->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 transpose_plan%create proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~destroy transpose_plan%destroy proc~destroy->proc~mem_free 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