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
fwyzard committed Nov 27, 2020
1 parent ac5a609 commit e5e9b31
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 e5e9b31

Please sign in to comment.