Skip to content

Commit

Permalink
Merge pull request #17 from SegmentLinking/CMSSW_13_3_0_pre3_LST_X_Lo…
Browse files Browse the repository at this point in the history
…adTwoSDLlibsFix

GPU->CUDA renaming of LST library
  • Loading branch information
ariostas authored Nov 3, 2023
2 parents f44eff7 + 1da175d commit 72edb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoTracker/LST/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<flags EDM_PLUGIN="1"/>
</library>

<library file="alpaka/*.cc" name="RecoTrackerLSTPluginsPortableGpu">
<library file="alpaka/*.cc" name="RecoTrackerLSTPluginsPortableCuda">
<use name="alpaka"/>
<use name="lst_gpu"/>
<use name="lst_cuda"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
Expand Down

0 comments on commit 72edb80

Please sign in to comment.