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