Skip to content

Commit

Permalink
[WIP] Comment cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcano committed Oct 26, 2023
1 parent a0cf55d commit 5f9c2e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HeterogeneousCore/AlpakaInterface/interface/prefixScan.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ namespace cms {
for (auto i = first; i < size; i += blockDimension) {
warpPrefixScan(acc, laneId, ci, co, i);
auto warpId = i / warpSize;
// FIXME test ?
ALPAKA_ASSERT_OFFLOAD(warpId < warpSize);
if ((warpSize - 1) == laneId)
ws[warpId] = co[i];
Expand Down

0 comments on commit 5f9c2e6

Please sign in to comment.