nvshmem_free Interface

interface


Called by

interface~~nvshmem_free~~CalledByGraph interface~nvshmem_free nvshmem_free proc~free_mem free_mem proc~free_mem->interface~nvshmem_free 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 subroutine nvshmem_free(ptr) bind(C)

Arguments

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

Pointer to the memory to free.

Description

Frees symmetric memory allocated by nvshmem_malloc.