cuda_allocator_t Interface

public interface cuda_allocator_t

Calls

interface~~cuda_allocator_t~~CallsGraph interface~cuda_allocator_t m_cuda_allocator::cuda_allocator_t proc~cuda_allocator_init m_cuda_allocator::cuda_allocator_init interface~cuda_allocator_t->proc~cuda_allocator_init

Module Procedures

public function cuda_allocator_init(mesh, sz) result(allocator)

Arguments

Type IntentOptional Attributes Name
type(mesh_t), intent(inout) :: mesh
integer, intent(in) :: sz

Return Value type(cuda_allocator_t)