Skip to content

Commit

Permalink
Replace cuda::device operations with native CUDA calls (#408)
Browse files Browse the repository at this point in the history
Replaces the usage of cuda::device::count(), cuda::device::get(), cuda::device::set() and cuda::device::current::get() with native CUDA calls.
  • Loading branch information
waredjeb authored and fwyzard committed Dec 29, 2020
1 parent 0dc11bd commit 6b0c079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimTracker/TrackerHitAssociation/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@

<library file="*.cc *.cu" name="SimTrackerTrackerHitAssociationPlugins">
<use name="cuda"/>
<use name="cuda-api-wrappers"/>
<flags EDM_PLUGIN="1"/>
</library>

0 comments on commit 6b0c079

Please sign in to comment.