Advanced Multi-Physics (AMP)
On-Line Documentation
Device.h
Go to the documentation of this file.
1#ifndef _DEVICE_H_INCLUDED_
2#define _DEVICE_H_INCLUDED_
3
4#include "AMP/AMP_TPLs.h"
5
6#ifdef AMP_USE_CUDA
7 #include "AMP/utils/cuda/Helper_Cuda.h"
8#endif
9
10#ifdef AMP_USE_HIP
11 #include "AMP/utils/hip/Helper_Hip.h"
12#endif
13
14#include <thrust/device_vector.h>
15#include <thrust/execution_policy.h>
16#include <thrust/for_each.h>
17#include <thrust/inner_product.h>
18#include <thrust/iterator/counting_iterator.h>
19
20#endif



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page