Contains the implementation of LvArray::ChaiBuffer.
More...
#include "LvArrayConfig.hpp"
#include "Macros.hpp"
#include "typeManipulation.hpp"
#include "arrayManipulation.hpp"
#include "system.hpp"
#include "bufferManipulation.hpp"
#include <chai/ArrayManager.hpp>
#include <mutex>
Go to the source code of this file.
Contains the implementation of LvArray::ChaiBuffer.
◆ getArrayManager()
| chai::ArrayManager& LvArray::internal::getArrayManager |
( |
| ) |
|
|
inline |
- Returns
- The chai::ArrayManager instance.
◆ toChaiExecutionSpace()
| chai::ExecutionSpace LvArray::internal::toChaiExecutionSpace |
( |
MemorySpace const |
space | ) |
|
|
inline |
- Returns
- The chai::ExecutionSpace corresponding to
space.
- Parameters
-
| space | The MemorySpace to convert. |
◆ toMemorySpace()
| MemorySpace LvArray::internal::toMemorySpace |
( |
chai::ExecutionSpace const |
space | ) |
|
|
inline |
- Returns
- The MemorySpace corresponding to
space.
- Parameters
-
| space | The chai::ExecutionSpace to convert. |