Skip to content

Commit

Permalink
Synchronize event in the CUDAProductBase destructor (#391)
Browse files Browse the repository at this point in the history
Otherwise there are possibilities for weird races, e.g. combination of
non-ExternalWork producers, consumed-but-not-read CUDAProducts, CUDA
streams executing work later than expected (= on the next event).
  • Loading branch information
makortel authored and fwyzard committed Oct 8, 2020
1 parent ad966f2 commit 5a5755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CUDADataFormats/Track/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<use name="cuda"/>
<use name="rootcore"/>
<use name="CUDADataFormats/Common"/>
<use name="DataFormats/Common"/>
<use name="HeterogeneousCore/CUDAUtilities"/>
<use name="eigen"/>
Expand Down

0 comments on commit 5a5755d

Please sign in to comment.