vtk-m/CMake
Kenneth Moreland fc58f4edc6 Turn on CUDA warnings for unknown stack sizes
These were previously suppressed because they are unavoidable when
calling virtual methods. But we no longer support virtual methods on
devices (it is deprecated).

These warnings can still happen if you have unbounded recursion. But we
would like to avoid unbounded recursion, so we would like to see these
warnings.

Also turned on other nvlink warnings, which include when a recursive
function call means that the compiler cannot figure out the full
stack depth.
2021-08-02 09:50:41 -06:00
..
patches cmake: Fix FindMPI getting consumed by newer CMake versions 2021-02-16 10:34:48 -05:00
testing cmake: avoid adding testing directories if testing is disabled 2021-06-01 18:40:40 -04:00
doxyfile.in Update vtk-m doxygen to generate less warnings 2020-06-01 16:58:32 -04:00
FindPyexpander.cmake conslidate the license statement 2019-04-17 10:57:13 -06:00
FindTBB.cmake Disable loading the TBBConfig.cmake file 2021-06-10 10:39:19 -06:00
VTKmBuildDocumentation.cmake conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmBuildType.cmake conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmCheckCopyright.cmake Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
VTKmCMakeBackports.cmake Make sure we don't leak our findmpi module 2020-06-19 11:43:36 -04:00
VTKmCompilerFlags.cmake Turn on CUDA warnings for unknown stack sizes 2021-08-02 09:50:41 -06:00
VTKmConfig.cmake.in change the way tbb is imported 2021-04-08 16:24:42 -04:00
VTKmCopyrightStatement.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmCPUVectorization.cmake cmake: set c++14 as minimum c++ rev 2021-02-08 17:13:05 +01:00
VTKmDetectCUDAVersion.cu conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmDetermineVersion.cmake conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmDeviceAdapters.cmake Export tbb interface as vtkm::tbb 2021-06-10 10:54:46 -06:00
VTKmDIYUtils.cmake Build diy as a library 2020-06-08 15:57:51 -05:00
VTKmExportHeaderTemplate.h.in conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmInstallCMakePackage.cmake change the way tbb is imported 2021-04-08 16:24:42 -04:00
VTKmRenderingContexts.cmake VTK-m Properly computes frameworks on mojave / big sur 2020-12-11 13:20:18 -05:00
VTKmWrappers.cmake Cleanup some minor CMake style issues 2020-12-28 10:36:00 -05:00