Skip to content

Commit

Permalink
Delete unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Dec 19, 2024
1 parent fef9f85 commit 07e9ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CLUEstering/alpaka/BindingModules/binding_cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace alpaka_serial_sync {
int Ndim,
size_t block_size,
size_t device_id) {
const auto platformAcc = alpaka::Platform<Acc1D>{};
const auto dev_acc = alpaka::getDevByIdx(alpaka::Platform<Acc1D>{}, device_id);

// Create the queue
Expand Down

0 comments on commit 07e9ccb

Please sign in to comment.