Contains the implementation of LvArray::CRSMatrixView.
More...
Go to the source code of this file.
Contains the implementation of LvArray::CRSMatrixView.
◆ atomicAdd() [1/2]
template<typename POLICY , typename T >
Wrapper around RAJA::atomicAdd.
- Template Parameters
-
| POLICY | The RAJA atomic policy to use. |
| T | The type of the value to add to. |
- Parameters
-
| acc | A pointer to the value to add to. |
| val | The value to add. |
◆ atomicAdd() [2/2]
Wrapper around RAJA::atomicAdd.
- Template Parameters
-
| T | The type of the value to add to. |
- Parameters
-
| acc | A pointer to the value to add to. |
| val | The value to add. |
- Note
- An overload for RAJA::seq_atomic that doesn't use a volatile pointer. Necessary for non-primative types.