nvshmem_malloc Interface

interface


Called by

interface~~nvshmem_malloc~~CalledByGraph interface~nvshmem_malloc nvshmem_malloc proc~alloc_mem alloc_mem proc~alloc_mem->interface~nvshmem_malloc proc~alloc_and_set_aux alloc_and_set_aux proc~alloc_and_set_aux->proc~alloc_mem proc~mem_alloc~3 abstract_transpose_plan%mem_alloc proc~mem_alloc~3->proc~alloc_mem proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~alloc_mem proc~run_autotune_backend->proc~alloc_and_set_aux proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~alloc_and_set_aux proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition proc~autotune_grid_decomposition->proc~autotune_grid

public function nvshmem_malloc(size) result(ptr) bind(C)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_size_t), value :: size

Size of the allocation in bytes.

Return Value type(c_ptr)

Pointer to the allocated memory.

Description

Allocates symmetric memory in the NVSHMEM heap.