We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d21f commit ff11bcdCopy full SHA for ff11bcd
core/src/Kokkos_Macros.hpp
@@ -588,6 +588,7 @@ static constexpr bool kokkos_omp_on_host() { return false; }
588
#define KOKKOS_IMPL_STRINGIFY(x) #x
589
#define KOKKOS_IMPL_TOSTRING(x) KOKKOS_IMPL_STRINGIFY(x)
590
591
+// Comment
592
#ifdef _MSC_VER
593
#define KOKKOS_IMPL_DO_PRAGMA(x) __pragma(x)
594
#define KOKKOS_IMPL_WARNING(desc) \
0 commit comments