Skip to content

Commit c5af236

Browse files
committed
clang-format
1 parent 8cc5c23 commit c5af236

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cudax/include/cuda/experimental/__stf/internal/async_resources_handle.cuh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
#include <cuda/experimental/__stf/utility/stream_to_dev.cuh>
3434
#include <cuda/experimental/__stf/utility/unittest.cuh>
3535

36-
#include <cuda.h>
37-
3836
#include <atomic>
3937
#include <mutex>
4038
#include <unordered_map>
4139

40+
#include <cuda.h>
41+
4242
namespace cuda::experimental::stf
4343
{
4444
class green_context_helper;
@@ -317,7 +317,6 @@ private:
317317
}
318318

319319
public:
320-
321320
// This memorize what was the last event used to synchronize a pair of streams
322321
last_event_per_stream cached_syncs;
323322

0 commit comments

Comments
 (0)