Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
9cf9d1e7
Commit
9cf9d1e7
authored
Sep 05, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing warning in 10.1.243
parent
e04c8903
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+2
-2
openfpm_data
openfpm_data
+1
-1
openfpm_devices
openfpm_devices
+1
-1
openfpm_io
openfpm_io
+1
-1
openfpm_vcluster
openfpm_vcluster
+1
-1
No files found.
CMakeLists.txt
View file @
9cf9d1e7
...
@@ -53,8 +53,8 @@ if(ENABLE_GPU)
...
@@ -53,8 +53,8 @@ if(ENABLE_GPU)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC_TEXT
"-Xcudafe
\"
--display_error_number --diag_suppress=611 --diag_suppress=2885 --diag_suppress=2886 --diag_suppress=2887 --diag_suppress=2888 --diag_suppress=186 --diag_suppress=111
\"
--expt-extended-lambda"
)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC_TEXT
"-Xcudafe
\"
--display_error_number --diag_suppress=611 --diag_suppress=2885 --diag_suppress=2886 --diag_suppress=2887 --diag_suppress=2888 --diag_suppress=186 --diag_suppress=111
\"
--expt-extended-lambda"
)
elseif
(
CUDA_VERSION_MAJOR EQUAL 10 AND CUDA_VERSION_MINOR EQUAL 1
)
elseif
(
CUDA_VERSION_MAJOR EQUAL 10 AND CUDA_VERSION_MINOR EQUAL 1
)
message
(
"CUDA is compatible"
)
message
(
"CUDA is compatible"
)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC -Xcudafe
"--display_error_number --diag_suppress=2915 --diag_suppress=2914 --diag_suppress=2912 --diag_suppress=2913 --diag_suppress=111 --diag_suppress=186 --diag_suppress=611 "
--expt-extended-lambda
)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC -Xcudafe
"--display_error_number --diag_suppress=2915 --diag_suppress=2914 --diag_suppress=2912 --diag_suppress=2913 --diag_suppress=111 --diag_suppress=186 --diag_suppress=611
--diag_suppress=2928 --diag_suppress=2931 --diag_suppress=2929 --diag_suppress=2930
"
--expt-extended-lambda
)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC_TEXT
"-Xcudafe
\"
--display_error_number --diag_suppress=2915 --diag_suppress=2914 --diag_suppress=2912 --diag_suppress=2913 --diag_suppress=111 --diag_suppress=186 --diag_suppress=611
\"
--expt-extended-lambda"
)
set
(
WARNING_SUPPRESSION_AND_OPTION_NVCC_TEXT
"-Xcudafe
\"
--display_error_number --diag_suppress=2915 --diag_suppress=2914 --diag_suppress=2912 --diag_suppress=2913 --diag_suppress=111 --diag_suppress=186 --diag_suppress=611
--diag_suppress=2928 --diag_suppress=2931 --diag_suppress=2929 --diag_suppress=2930
\"
--expt-extended-lambda"
)
else
()
else
()
message
(
FATAL_ERROR
"CUDA is incompatible, version 9.2 is only supported"
)
message
(
FATAL_ERROR
"CUDA is incompatible, version 9.2 is only supported"
)
endif
()
endif
()
...
...
openfpm_data
@
d25c3eea
Subproject commit
3c5f0223f6d55e7e3b17f59845c6837acc79ece4
Subproject commit
d25c3eea84c6462ac77dd40ea6f8af3e56d6f172
openfpm_devices
@
e8ee2a8d
Subproject commit
1731012c2018b015c60328458e12209ca82d29c5
Subproject commit
e8ee2a8d1b0c3ec35616e8b7792488829d0bc592
openfpm_io
@
31e99393
Subproject commit
d9b62ea7b5f96a4b33ed05be11dfb025dd6f838d
Subproject commit
31e993933f62086f71b377f76e0963414cdb24b6
openfpm_vcluster
@
3b5298eb
Subproject commit
12cd8e5a3a9be8942b5ae950a90d7068de8505b6
Subproject commit
3b5298eb62725e7acaaff580e92d4b277c42d31d
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