cuda_allocator_init Function

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)


Called by

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