12#ifndef ARCANE_ACCELERATOR_VIEWSCOMMON_H
13#define ARCANE_ACCELERATOR_VIEWSCOMMON_H
17#include "arcane/accelerator/AcceleratorGlobal.h"
19#include "arcane/core/DataView.h"
20#include "arcane/accelerator/core/ViewBuildInfo.h"
41template <
typename DataType>
using DataViewSetter = Arcane::DataViewSetter<DataType>;
42template <
typename DataType>
using DataViewGetterSetter = Arcane::DataViewGetterSetter<DataType>;
43template <
typename DataType>
using DataViewGetter = Arcane::DataViewGetter<DataType>;
Namespace for accelerator usage.