Skip to content

Commit

Permalink
Using both modifiers for GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed May 4, 2022
1 parent d153bd3 commit 0d65e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
)),
)

gpu.toModify(siPixelRecHitsPreSplittingSoA,cuda = _siPixelRecHitSoAFromCUDA.clone())
(gpu & pixelNtupletFit).toModify(siPixelRecHitsPreSplittingSoA,cuda = _siPixelRecHitSoAFromCUDA.clone())

(gpu & pixelNtupletFit).toModify(siPixelRecHitsPreSplitting, cuda = _siPixelRecHitFromCUDA.clone())

Expand Down

0 comments on commit 0d65e7d

Please sign in to comment.