 |
Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef O2_GPU_GPURECONSTRUCTIONCUDAINCLUDESSYSTEM_H
16#define O2_GPU_GPURECONSTRUCTIONCUDAINCLUDESSYSTEM_H
18#ifndef GPUCA_GPUCODE_GENRTC
22#include <cuda_runtime.h>
24#include <cooperative_groups.h>
25#pragma GCC diagnostic push
26#pragma GCC diagnostic ignored "-Wshadow"
28#include <cub/block/block_scan.cuh>
29#include <thrust/sort.h>
30#include <thrust/execution_policy.h>
31#include <thrust/device_ptr.h>
32#pragma GCC diagnostic pop
33#include <sm_20_atomic_functions.h>