Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
third-party
taotuple
Commits
57001975
Commit
57001975
authored
Apr 24, 2019
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-vtkm' into 'for/vtk-m'
Tao now uses _Pragma over #pragma See merge request
!3
parents
8e70fa8a
4f4016cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/tao/tuple/tuple.hpp
include/tao/tuple/tuple.hpp
+2
-2
No files found.
include/tao/tuple/tuple.hpp
View file @
57001975
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
#ifndef TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
#ifndef TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
#ifdef __CUDACC__
#ifdef __CUDACC__
#if __CUDAVER__ >= 75000
#if __CUDAVER__ >= 75000
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
#p
ragma
nv_exec_check_disable
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
_P
ragma
("
nv_exec_check_disable
")
#else
#else
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
#p
ragma
hd_warning_disable
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
_P
ragma
("
hd_warning_disable
")
#endif
#endif
#else
#else
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
#define TAO_TUPLE_SUPPRESS_NVCC_HD_WARN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment