Commit Graph

14 Commits

Author SHA1 Message Date
Robert Maynard
7a5e32be73 Update VTKmCompilerFlags to suppress stack-size-warnings on CUDA 9+
This will allow better suppression of cuda stack size warnings
for developers and build machines.
2018-12-27 15:42:03 -05:00
ayenpure
e2dccee099 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into spatialsearch 2018-06-30 11:56:33 -06:00
Abhishek Yenpure
72d4556f7d Adding changes for Ken's review from GitLab
- Reducing the stack allocation for CUDA for the BIH unit test
- Adding changes from Ken's review
- Suppress ptxas stack size warning for BoundingIntervalHierarchy
2018-06-27 22:40:13 -06:00
Allison Vacanti
828bb31791 Silence expected doxygen warning. 2018-06-27 14:09:21 -04:00
Robert Maynard
6173300d5d Suppress on dashboards PTX recursive worklet stack size warnings.
The PTX pass has pretty bad warning controls and we can't suppress
specific warnings for a single function. So instead we suppress
on dashboard the ptx warning for functions we know work
2018-05-10 11:32:24 -04:00
Utkarsh Ayachit
7f58019eb6 cleanup doxygen warnings 2018-05-08 14:52:22 -04:00
Utkarsh Ayachit
18fec92119 don't exclude DIY warnings. 2018-02-26 15:33:56 -05:00
Robert Maynard
1de5b9cd40 Suppress warnings generated by doxygen when building documentation 2018-01-31 13:08:03 -05:00
Robert Maynard
296112ac4b Suppress DIY warnings from showing up on the VTK-m dashboard. 2018-01-30 08:58:19 -05:00
Utkarsh Ayachit
954111f60e exclude -Wunused-result from diy/storage.
These parts are marked as TODO in DIY and hence we'll ignore these
warnings till DIY fixes those.
2018-01-03 10:23:26 -05:00
Utkarsh Ayachit
1737bbe9ca exclude shadow warnings from DIY.
DIY code is rife with shadow warnings. Ignore those.
2018-01-03 10:23:26 -05:00
Kenneth Moreland
c3a3184d51 Update copyright for Sandia
Sandia National Laboratories recently changed management from the
Sandia Corporation to the National Technology & Engineering Solutions
of Sandia, LLC (NTESS). The copyright statements need to be updated
accordingly.
2017-09-20 15:33:44 -06:00
Chuck Atkins
dafb205180 Lossen the CTestCustom regexes 2016-03-18 13:46:31 -04:00
Chuck Atkins
635f8c7987 Add a CTestCustom file to to filter out warnings that cant be eliminated 2016-03-17 13:14:30 -04:00