MUDA
Loading...
Searching...
No Matches
buffer.h
1#pragma once
3#include <muda/buffer/device_var.h>
4#include <muda/buffer/buffer_launch.h>
6#include <muda/buffer/graph_buffer_view.h>
7#include <muda/buffer/var_view.h>
8#include <muda/buffer/graph_var_view.h>
A view interface for any array-like liner memory, which can be constructed from DeviceBuffer/DeviceVe...
A light-weight wrapper of cuda device memory. Like std::vector, allow user to resize,...