Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

About this example

This example shows the managed memory feature in CUDA. Based on An Even Easier Introduction to CUDA.

Requirements

CUDA Toolkit and Drivers.

Run

Open a terminal and type:

sh run.sh

Output

A typical output should look like this one.

[100%] Linking CXX executable application-CUDA 
[100%] Built target application-CUDA 
Max error: 0


Extra Resources