https://github.com/Kitware/CMake
Revision 6d7d0d24461964c8546b7034594aa76a6caf729f authored by Brad King on 07 February 2020, 14:15:38 UTC, committed by Kitware Robot on 07 February 2020, 14:15:45 UTC
27b0d908d4 CUDAToolkit: Add support for cupti library
c3d7f2e43b CUDAToolkit: Correct location of OpenCL doc link

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4329
2 parent s 13ef328 + 27b0d90
Raw File
Tip revision: 6d7d0d24461964c8546b7034594aa76a6caf729f authored by Brad King on 07 February 2020, 14:15:38 UTC
Merge topic 'cuda_toolkit_add_cupti' into release-3.17
Tip revision: 6d7d0d2
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top