Skip to content

Commit

Permalink
Provide a tag instead of acc for mallocMC
Browse files Browse the repository at this point in the history
ci: full-compile
  • Loading branch information
chillenzer committed Feb 20, 2025
1 parent dbbec81 commit 3f3b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/picongpu/param/mallocMC.param
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace picongpu
* algorithm.
*/
using DeviceHeap = mallocMC::Allocator<
pmacc::Acc<DIM1>,
alpaka::AccToTag<pmacc::Acc<DIM1>>,
mallocMC::CreationPolicies::Scatter<DeviceHeapConfig>,
mallocMC::DistributionPolicies::Noop,
mallocMC::OOMPolicies::ReturnNull,
Expand Down

0 comments on commit 3f3b605

Please sign in to comment.