Skip to content

Commit

Permalink
Code format and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
VourMa committed Aug 16, 2024
1 parent 787dfe1 commit 5cce69a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RecoTracker/LSTCore/src/alpaka/MiniDoublet.h
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,7 @@ namespace lst {

struct CreateMDArrayRangesGPU {
template <typename TAcc>
ALPAKA_FN_ACC void operator()(TAcc const& acc,
lst::Modules modulesInGPU,
lst::ObjectRanges rangesInGPU) const {
ALPAKA_FN_ACC void operator()(TAcc const& acc, lst::Modules modulesInGPU, lst::ObjectRanges rangesInGPU) const {
// implementation is 1D with a single block
static_assert(std::is_same_v<TAcc, Acc1D>, "Should be Acc1D");
ALPAKA_ASSERT_ACC((alpaka::getWorkDiv<alpaka::Grid, alpaka::Blocks>(acc)[0] == 1));
Expand Down

0 comments on commit 5cce69a

Please sign in to comment.