graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Functions
cuda_zero_copy.hpp File Reference
#include <cstdlib>
#include <new>
#include <cuda_runtime.h>
Include dependency graph for cuda_zero_copy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CUDAZeroCopyAllocator< T >
 

Functions

template<class T , class U >
bool operator== (const CUDAZeroCopyAllocator< T > &, const CUDAZeroCopyAllocator< U > &)
 
template<class T , class U >
bool operator!= (const CUDAZeroCopyAllocator< T > &, const CUDAZeroCopyAllocator< U > &)
 

Function Documentation

◆ operator!=()

template<class T , class U >
bool operator!= ( const CUDAZeroCopyAllocator< T > &  ,
const CUDAZeroCopyAllocator< U > &   
)

◆ operator==()

template<class T , class U >
bool operator== ( const CUDAZeroCopyAllocator< T > &  ,
const CUDAZeroCopyAllocator< U > &   
)