#include <thrust/sort.h>
#include <thrust/execution_policy.h>
#include <thrust/device_ptr.h>
#include "GPUCommonDef.h"
#include "GPUCommonHelpers.h"
#include <cub/cub.cuh>
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::gpu |
|
- Author
- Michael Lettrich
Definition in file GPUCommonAlgorithmThrust.h.
◆ GPUCA_CUB_NAMESPACE
#define GPUCA_CUB_NAMESPACE cub |
◆ GPUCA_THRUST_NAMESPACE
#define GPUCA_THRUST_NAMESPACE thrust::cuda |