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

Samples for CUDA Developers which demonstrates features in CUDA Toolkit

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

I got the following results with cudatensorcoregemm by using high performance kernel and simple_wmma_gemm kernel. It seems that high performance kernel is worse than simply_emma gemm kernel,and I get same...

Ubuntu 18.04.6 LTS GCE VM CUDA 10.1 Kernel 5.0.0-1034-gcp Hi there, I am experiencing this weird installation issue. I am getting this error: > /usr/bin/nvidia-modprobe: unrecognized option: "-s" > >...

When we install CUDA, we also pull in the corresponding samples and build them for testing. CUDA 11.7 has been released for a while but we haven't seem the branch/tag...

As the title suggests, replace deprecated methods for the triangular sparse Linear System Solvers with the new cusparseSpSv method. One example is: https://github.com/NVIDIA/cuda-samples/blob/master/Samples/4_CUDA_Libraries/conjugateGradientPrecond

When I run the sample(cudaCompressibleMemory, my env: cuda 11.2 ), I found the result: L2 Compression Ratio = 0%. This is abnormal, but I counld not find the reason. Are...

Hi, The simpleIPC.cu sample code describes the maximum simultaneous peers limitation for PCI-E cards. However, I couldn't find any detailed information from CUDA programming guide, is there an official documentation...

Is there an equivalent of `watershedSegmentationNPP` that works on 3D images? Many thanks!

https://github.com/NVIDIA/cuda-samples/blob/b312abaa07ffdc1ba6e3d44a9bc1a8e89149c20b/Samples/2_Concepts_and_Techniques/boxFilter/boxFilter_kernel.cu#L450 The `d_src` parameter is unused. It's an unexpected curiosity that is difficult to understand. The function signature suggests that the source image arrives via the `d_src` parameter, it is...

1. My **ENV**: ```console ➜ ~ uname -r 5.15.0-27-generic ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy ➜...

solution file runs into this error when opened for visual studio 2022. Output window gives output ``` C:\Users\amalm\Downloads\cuda-samples-master\cuda-samples-master\Samples\6_Performance\UnifiedMemoryPerf\UnifiedMemoryPerf_vs2022.vcxproj : error : The imported project "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\BuildCustomizations\CUDA 11.6.props" was...