muda
Classes
buffer_view.h File Reference

A view interface for any array-like liner memory, which can be constructed from DeviceBuffer/DeviceVector or any thing that is a array-like liner memory, e.g. More...

#include <cuda.h>
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
#include <cinttypes>
#include <muda/type_traits/type_modifier.h>
#include <muda/viewer/dense/dense_1d.h>
#include <muda/buffer/buffer_fwd.h>
#include <muda/view/view_base.h>
#include "details/buffer_view.inl"
Include dependency graph for buffer_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  muda::BufferViewBase< IsConst, T >
 
class  muda::CBufferView< T >
 
class  muda::BufferView< T >
 
struct  muda::read_only_viewer< BufferView< T > >
 
struct  muda::read_write_viewer< CBufferView< T > >
 

Detailed Description

A view interface for any array-like liner memory, which can be constructed from DeviceBuffer/DeviceVector or any thing that is a array-like liner memory, e.g.

raw cuda pointer.

Author
MuGdxy
Date
January 2024