Skip to content

Commit

Permalink
Bug fix, correctly used alpaka modifiers. Running on alpaka cpu and g…
Browse files Browse the repository at this point in the history
…pu now
  • Loading branch information
Jakub-Gajownik committed Jan 17, 2025
1 parent 6773b00 commit 2796768
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@

from RecoLocalCalo.EcalRecProducers.ecalUncalibRecHitSoAToLegacy_cfi import ecalUncalibRecHitSoAToLegacy as _ecalUncalibRecHitSoAToLegacy
alpaka.toModify(ecalUncalibRecHitPhase2,
cpu = _ecalUncalibRecHitSoAToLegacy.clone(),
cpu = _ecalUncalibRecHitSoAToLegacy.clone(
isPhase2 = True,
uncalibRecHitsPortableEB = 'ecalUncalibRecHitPhase2Portable:EcalUncalibRecHitsEB',
uncalibRecHitsPortableEE = None,
recHitsLabelCPUEE = None
)
)


Expand Down

0 comments on commit 2796768

Please sign in to comment.