We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fba8ff commit a2e5903Copy full SHA for a2e5903
cuda/atomics.cuh
@@ -1,3 +1,5 @@
1
+#pragma once
2
+
3
#define ATOMIC(NAME) \
4
template <typename scalar, size_t size> struct Atomic##NAME##IntegerImpl; \
5
\
0 commit comments