Skip to content

cuda_core: add "10 minutes to cuda.core" tutorial to docs#2289

Open
sri-koundinyan wants to merge 1 commit into
NVIDIA:mainfrom
sri-koundinyan:docs/cuda-core-10min
Open

cuda_core: add "10 minutes to cuda.core" tutorial to docs#2289
sri-koundinyan wants to merge 1 commit into
NVIDIA:mainfrom
sri-koundinyan:docs/cuda-core-10min

Conversation

@sri-koundinyan

@sri-koundinyan sri-koundinyan commented Jul 1, 2026

Copy link
Copy Markdown

This adds a beginner-friendly "10 minutes to cuda.core" guide to the cuda.core docs. It walks through the core workflow with small, runnable snippets: selecting a device, compiling a CUDA C++ kernel, allocating memory, copying, launching, timing with events, using multiple streams, capturing a CUDA graph, and interoperating with CuPy and PyTorch. The new page lives at cuda_core/docs/source/10_minutes_to_cuda_core.rst and is added to the docs table of contents between the Installation and Examples sections. All code snippets were verified to run end-to-end on CUDA 13.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Add a beginner-friendly "10 minutes to cuda.core" guide that walks through
the core workflow (select a device, compile a kernel, allocate memory, copy,
launch, time with events, use multiple streams, capture a CUDA graph, and
interoperate with CuPy/PyTorch), then wire it into the cuda.core docs table of
contents between the installation and examples sections.

Signed-off-by: Sri Koundinyan <skoundinyan@nvidia.com>
@sri-koundinyan sri-koundinyan force-pushed the docs/cuda-core-10min branch from 976cc4d to 046eac2 Compare July 1, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cuda.core Everything related to the cuda.core module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant