Skip to content

Commit 3746173

Browse files
AoS --> SoA
1 parent 8a82e7d commit 3746173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GPU/GPUTracking/SectorTracker/GPUTPCTrack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace o2::gpu
2323
{
24-
constexpr MemLayout::Flag GPUTPCTrackLayout = MemLayout::Flag::aos;
24+
constexpr MemLayout::Flag GPUTPCTrackLayout = MemLayout::Flag::soa;
2525

2626
/**
2727
* @class GPUTPCTrack

GPU/GPUTracking/SectorTracker/GPUTPCTracklet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace o2::gpu
2323
{
24-
constexpr MemLayout::Flag GPUTPCTrackletLayout = MemLayout::Flag::aos;
24+
constexpr MemLayout::Flag GPUTPCTrackletLayout = MemLayout::Flag::soa;
2525

2626
/**
2727
* @class GPUTPCTracklet

0 commit comments

Comments
 (0)