Lines Matching full:toolkit
13 This script locates the NVIDIA CUDA toolkit and the associated libraries, but
23 The CUDA Toolkit search behavior uses the following order:
51 candidate is found, this is used. The default CUDA Toolkit install locations
61 | Windows | ``C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y`` |
64 Where ``X.Y`` would be a specific version of the CUDA Toolkit, such as
66 ``C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0``
93 If specified, configuration will error if a suitable CUDA Toolkit is not
97 If specified, the search for a suitable CUDA Toolkit will not produce any
101 If specified, the CUDA Toolkit is considered found only if the exact
107 An :ref:`imported target <Imported targets>` named ``CUDA::toolkit`` is provided.
411 A boolean specifying whether or not the CUDA Toolkit was found.
414 The exact version of the CUDA Toolkit found (as reported by
418 The major version of the CUDA Toolkit.
421 The minor version of the CUDA Toolkit.
424 The patch version of the CUDA Toolkit.
427 The path to the CUDA Toolkit library directory that contains the CUDA
431 The path to the CUDA Toolkit ``include`` folder containing the header files
435 The path to the CUDA Toolkit library directory that contains the CUDA
441 The path to the CUDA Toolkit directory containing the nvvm directory and
445 The path to the CUDA Toolkit directory including the target architecture
453 found to determine the CUDA Toolkit version as well as determining other
454 features of the Toolkit. This variable is set for the convenience of
496 # The toolkit is located during compiler detection for CUDA and stored in CMakeCUDACompiler.cmake as
532 # If NVCC exists then invoke it to find the toolkit location.
533 # This allows us to support wrapper scripts (e.g. ccache or colornvcc), CUDA Toolkit,
581 # If the user specified CUDAToolkit_ROOT but the toolkit could not be found, this is an error.
614 # - Windows: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y
627 set(platform_base "C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v")
662 # Now search for the toolkit again using the platform default search paths.
782 # If not already set we can simply use the toolkit root or it's a scattered installation.
923 if(NOT TARGET CUDA::toolkit)
924 add_library(CUDA::toolkit IMPORTED INTERFACE)
925 set_property(TARGET CUDA::toolkit APPEND PROPERTY
927 set_property(TARGET CUDA::toolkit APPEND PROPERTY
937 # on linux. These are generally only required when using the CUDA toolkit
1049 # nvtools can be installed outside the CUDA toolkit directory,