 |
Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef O2_GPU_RECONSTRUCTIONHIPINCLUDESSYSTEM_H
16#define O2_GPU_RECONSTRUCTIONHIPINCLUDESSYSTEM_H
18#ifndef GPUCA_GPUCODE_GENRTC
22#include <hip/hip_runtime.h>
23#include <hip/hip_ext.h>
24#include <hipcub/hipcub.hpp>
25#pragma GCC diagnostic push
26#pragma GCC diagnostic ignored "-Wshadow"
27#include <thrust/sort.h>
28#include <thrust/execution_policy.h>
29#include <thrust/device_ptr.h>
30#pragma GCC diagnostic pop