Searched refs:cuda (Results 1 – 6 of 6) sorted by relevance
9 if not cc.has_header('cuda.h')11 reason = 'missing dependency, "cuda.h"'25 sources = files('cuda.c', 'gdrcopy.c')
10 `NVIDIA CUDA Toolkit developer zone <https://docs.nvidia.com/cuda>`_.15 The CUDA GPU driver library has an header-only dependency on ``cuda.h`` and ``cudaTypedefs.h``.18 - Install `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit>`_21 <https://gitlab.com/nvidia/headers/cuda-individual/cudart>`_ repository.26 - Set ``export CFLAGS=-I/usr/local/cuda/include`` before building27 - Add CFLAGS in the meson command line ``CFLAGS=-I/usr/local/cuda/include meson build``28 - Add the ``-Dc_args`` in meson command line ``meson build -Dc_args=-I/usr/local/cuda/include``54 $ meson build -Dc_args="-I/usr/local/cuda/include -I/path/to/gdrcopy/include"65 for `cudart` module even if the `meson.build` file only requires default `cuda` module.158 `GPUDirect RDMA Technology <https://docs.nvidia.com/cuda/gpudirect-rdma/index.html>`_[all …]
12 cuda
4 drivers = [ 'cuda' ]
2 ; Supported features of the 'cuda' gpu driver.
1343 F: drivers/gpu/cuda/1344 F: doc/guides/gpus/cuda.rst