We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a82e7d commit 3746173Copy full SHA for 3746173
GPU/GPUTracking/SectorTracker/GPUTPCTrack.h
@@ -21,7 +21,7 @@
21
22
namespace o2::gpu
23
{
24
-constexpr MemLayout::Flag GPUTPCTrackLayout = MemLayout::Flag::aos;
+constexpr MemLayout::Flag GPUTPCTrackLayout = MemLayout::Flag::soa;
25
26
/**
27
* @class GPUTPCTrack
GPU/GPUTracking/SectorTracker/GPUTPCTracklet.h
-constexpr MemLayout::Flag GPUTPCTrackletLayout = MemLayout::Flag::aos;
+constexpr MemLayout::Flag GPUTPCTrackletLayout = MemLayout::Flag::soa;
* @class GPUTPCTracklet
0 commit comments