[PATCH] D28301: [CUDA] Pre-include sm_60 and sm_61 headers.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 4 10:50:12 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290982: [CUDA] Pre-include sm_60 and sm_61 headers. (authored by tra).
Changed prior to commit:
https://reviews.llvm.org/D28301?vs=83071&id=83083#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28301
Files:
cfe/trunk/lib/Headers/__clang_cuda_runtime_wrapper.h
Index: cfe/trunk/lib/Headers/__clang_cuda_runtime_wrapper.h
===================================================================
--- cfe/trunk/lib/Headers/__clang_cuda_runtime_wrapper.h
+++ cfe/trunk/lib/Headers/__clang_cuda_runtime_wrapper.h
@@ -232,6 +232,11 @@
// hardware, seems to generate faster machine code because ptxas can more easily
// reason about our code.
+#if CUDA_VERSION >= 8000
+#include "sm_60_atomic_functions.hpp"
+#include "sm_61_intrinsics.hpp"
+#endif
+
#undef __MATH_FUNCTIONS_HPP__
// math_functions.hpp defines ::signbit as a __host__ __device__ function. This
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28301.83083.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170104/3f7e22e2/attachment.bin>
More information about the cfe-commits
mailing list