Skip to content

Commit a2e5903

Browse files
committed
pragma once
1 parent 8fba8ff commit a2e5903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda/atomics.cuh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#define ATOMIC(NAME) \
24
template <typename scalar, size_t size> struct Atomic##NAME##IntegerImpl; \
35
\

0 commit comments

Comments
 (0)