cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

Samples for CUDA Developers which demonstrates features in CUDA Toolkit

Results 176 cuda-samples issues
Sort by recently updated
recently updated
newest added

I'm trying to compile the samples on Ubuntu 22.04 (minimal) after installing CUDA toolkit with mambaforge. I believe compile is failing due to the different location of nvcc. ``` ~/mambaforge/cuda-samples$...

/** * Copyright 1993-2012 NVIDIA Corporation. All rights reserved. * * Please refer to the NVIDIA end user license agreement (EULA) associated * with this source code for terms and...

I wanted to run the simpleVulcan sample and encountered some problems. My specs: - Laptop with NVIDIA GeForce GTX 1050 (CC 6.1) - Driver Version: 470.129.06 - CUDA: 11.4 -...

For the vulkan interop samples there seems to be an issue with semaphore signals. If you simply comment out the signal from cuda side, it makes no difference and the...

## install nvidia-driver version 510.47.03 on Debian11 , Not working . ``` curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub | apt-key add - echo "deb https://mirrors.aliyun.com/nvidia-cuda/debian11/x86_64/ /" > /etc/apt/sources.list.d/cuda.list apt update && apt install...

While using clang 13.0.0 (here AOCC, but it was confirmed that clang 13 in general produces this bug) as Host-Compiler for the samples, the build process terminates with the following...

I ran into an issue where this function was being preferred over a 1 argument class member function also named `check`.

When using CUDA from the HPC SDK (NVHPC), compiling the examples using make doesn't only require setting `CUDA_PATH` (e.g. `/opt/nvidia/hpc_sdk/Linux_x86_64/22.3/cuda`), but also (at least for samples in `4_CUDA_Libraries`) to set...