We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc5c23 commit c5af236Copy full SHA for c5af236
cudax/include/cuda/experimental/__stf/internal/async_resources_handle.cuh
@@ -33,12 +33,12 @@
33
#include <cuda/experimental/__stf/utility/stream_to_dev.cuh>
34
#include <cuda/experimental/__stf/utility/unittest.cuh>
35
36
-#include <cuda.h>
37
-
38
#include <atomic>
39
#include <mutex>
40
#include <unordered_map>
41
+#include <cuda.h>
+
42
namespace cuda::experimental::stf
43
{
44
class green_context_helper;
@@ -317,7 +317,6 @@ private:
317
}
318
319
public:
320
321
// This memorize what was the last event used to synchronize a pair of streams
322
last_event_per_stream cached_syncs;
323
0 commit comments