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