summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/StaticRuntimePlusToolkit/nppif.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Update all tests to support NPPIF CUDA 13 deprecationsRobert Maynard2025-09-241-3/+12
|
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-13/+13
| | | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`, now with "east const" enforcement. Use `clang-format` version 18. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Issue: #26123
* Tests: Remove unused iostream from CUDA sourcesBrad King2024-01-181-1/+0
|
* Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-231-1/+7
|
* CUDAToolkit: No targets now depend on the CUDA runtimeRobert Maynard2020-01-141-0/+86
It is not a requirement to have shared|static consistent across your CUDA libraries (e.g curand, nppc ) and your CUDA runtime library. It is entirely allowable to use a static nppc and a shared runtime.