![]() |
Project
|
#include <vector>
#include <string>
#include <tuple>
#include "GPUCommonDef.h"
#include "GPUCommonHelpers.h"
#include "GPUCommonLogger.h"
Go to the source code of this file.
Classes | |
struct | o2::its::gpu::gpuSpan< T > |
struct | o2::its::gpu::gpuSpan< const T > |
class | o2::its::gpu::Stream |
class | o2::its::gpu::Streams |
class | o2::its::gpu::GPUTimer |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::its |
namespace | o2::its::gpu |
Macros | |
#define | THRUST_NAMESPACE thrust::cuda |
#define | GPULog(...) |
Typedefs | |
template<typename T1 , typename T2 > | |
using | o2::its::gpuPair = std::pair< T1, T2 > |