| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CUDA: Update all tests to support NPPIF CUDA 13 deprecations | Robert Maynard | 2025-09-24 | 1 | -3/+12 |
| | | |||||
| * | Revise C++ coding style using clang-format with "east const" | Kitware Robot | 2025-01-23 | 1 | -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 sources | Brad King | 2024-01-18 | 1 | -1/+0 |
| | | |||||
| * | Tests: Don't presume that Linux CUDA Toolkits provide static libs | Robert Maynard | 2022-11-23 | 1 | -1/+7 |
| | | |||||
| * | CUDAToolkit: No targets now depend on the CUDA runtime | Robert Maynard | 2020-01-14 | 1 | -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. | |||||
