Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Friends | List of all members
gko::CudaAllocatorBase Class Reference

Implement this interface to provide an allocator for CudaExecutor. More...

#include <ginkgo/core/base/memory.hpp>

Inheritance diagram for gko::CudaAllocatorBase:
[legend]
Collaboration diagram for gko::CudaAllocatorBase:
[legend]

Friends

class CudaExecutor
 

Additional Inherited Members

- Public Member Functions inherited from gko::Allocator
virtual void * allocate (size_type num_bytes)=0
 
virtual void deallocate (void *ptr)=0
 

Detailed Description

Implement this interface to provide an allocator for CudaExecutor.


The documentation for this class was generated from the following file: