priteshgohil/CUDA-programming-tutorial
Get started with CUDA programming
This tutorial helps C/C++ developers who need to speed up computationally intensive parts of their applications. It guides you through the process of writing code that offloads heavy data processing tasks from the CPU to an NVIDIA GPU. You'll learn how to structure your C/C++ code to run on the GPU, manage data transfer between CPU and GPU memory, and coordinate parallel execution across thousands of GPU cores.
No commits in the last 6 months.
Use this if you are a C/C++ developer working with large datasets or complex calculations and want to leverage NVIDIA GPUs for significant performance improvements in your applications.
Not ideal if you are looking for a high-level library or framework to accelerate existing code without delving into explicit GPU programming, or if your application doesn't involve substantial data parallelism.
Stars
17
Forks
4
Language
Cuda
License
—
Category
Last pushed
Apr 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/priteshgohil/CUDA-programming-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
iree-org/iree
A retargetable MLIR-based machine learning compiler and runtime toolkit.
brucefan1983/GPUMD
Graphics Processing Units Molecular Dynamics
uxlfoundation/oneDAL
oneAPI Data Analytics Library (oneDAL)
rapidsai/cuml
cuML - RAPIDS Machine Learning Library
NVIDIA/cutlass
CUDA Templates and Python DSLs for High-Performance Linear Algebra