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

cuda11.1 has MemoryLeak when using OpenGL-CUDA interop(cudaGraphicsGLRegisterImage)? saw the post below also about MemoryLeak when using D3D-CUDA interop. https://forums.developer.nvidia.com/t/memory-leak-when-using-cugraphicsd3d9registerresource/198256 thanks test cuda11.8, still leak

p2pBandwidthLatencyTest can‘t find in new version cuda samples of 12.0 .Is there an alternative?

cuda11.1 has MemoryLeak when using OpenGL-CUDA interop(cudaGraphicsGLRegisterImage)? saw the post below also about MemoryLeak when using D3D-CUDA interop. https://forums.developer.nvidia.com/t/memory-leak-when-using-cugraphicsd3d9registerresource/198256 thanks

Following is a snippet of my result with p2pBandwidthLatencyTest ``` 1 P2P=Disabled Latency Matrix (us) 2 GPU 0 1 2 3 3 0 2.61 14.95 19.61 14.42 4 1 11.09...

Why, in cuda samples, projects with "texture" object, tell me errors with that: " texture is not a template "? for an example, in project simpleD3D10RenderTarget's "simpleD3D10RenderTarget_kernel.cu", and with other...

``` The sample code for Mandelbrot has a bug at line 916 : t$ t$ ldd Mandelbrot linux-vdso.so.1 (0x00007ffc9f3f9000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007fdbf674e000) libglut.so.3 => /usr/lib/x86_64-linux-gnu/libglut.so.3 (0x00007fdbf6701000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1...

I follow the instruction 'docker pull gnina/gnina' to use gnina in docker, then build container using all gpus:docker run -itd --gpus all -v /home/shuai/gnina_docker:/root/data --name gnina_official gnina/gnina:latest and I encoutered...

''' /usr/local/cuda/bin/nvcc -ccbin g++ -m64 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_86,code=compute_86 -o simpleGL simpleGL.o...