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 want to buy a card rtx 3050 Does the cuda work with it? Can it speed up the running of a linguistic model 7b and train models

I am looking for sample code for CUDA testing TMA bandwidth, where can I find it, or does Nvidia not provide this code?

When trying to open sample projects using the freshly released CUDA Toolkit 12.5 in Visual Studio 2022, they do open with no files listed in Solution Explorer, and an error...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

Make on RHEL 9 fails as below. Specifying TARGET_ARCH=x86_64 as command line argument does not help. ```shell # gcc --version gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3) Copyright (C) 2021...

README says - "Without using git the easiest way to use these samples is to download the zip file containing the current version by clicking the "Download ZIP" button on...

## Code ### cudaMallocAsync ``` #include #include using namespace std; int main(int argc, char *argv[]) { void *data; cudaStream_t stream_ = 0; for (size_t i = 0; i < 32;...