From 5789d6b1b3ade1af00a25014ea8d45af0d46bdd1 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Tue, 29 Oct 2019 05:10:07 -0500 Subject: [PATCH] Synchronize event in the CUDAProductBase destructor (#391) 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). --- CUDADataFormats/Vertex/BuildFile.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/CUDADataFormats/Vertex/BuildFile.xml b/CUDADataFormats/Vertex/BuildFile.xml index bf606ba2330e1..e3f9a0910bbd8 100644 --- a/CUDADataFormats/Vertex/BuildFile.xml +++ b/CUDADataFormats/Vertex/BuildFile.xml @@ -1,5 +1,6 @@ +