CannotDeFine/cuda
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Source code for CUDA by Example =============================== This repository contains the source code for the book "CUDA by Example: An Introduction to General-Purpose GPU Programming" by Jason Sanders and Edward Kandrot. The code is organized into chapters corresponding to the content of the book. Dependencies ------------ * CUDA Version 13.2 * Driver Version 595.79 * OpenGL Version 4.5 * Hardware: NVIDIA GeForce GTX 1660 SUPER 6GB Quick Start ----------- * Run "make all" to build all the examples. * Run "make clean" to remove all the built files.