Browse Source

Link page 1 to page 2

master
Jared Hoberock 3 years ago
parent
commit
81d9d8061b
  1. 2
      tutorials/1_a_heterogeneous_programming_model.md

2
tutorials/1_a_heterogeneous_programming_model.md

@ -71,5 +71,5 @@ Similarly, attempts by the device to dereference a host pointer will also meet @@ -71,5 +71,5 @@ Similarly, attempts by the device to dereference a host pointer will also meet
with disaster. The full source code of this example, with additional
commentary, is [available in this site's code repository](cuda_memory_model.cu).
Now that we know the difference between host and device space memory, let's write our first kernel!
Now that we know the difference between host and device space memory, [let's write our first kernel!](2_hello_world.md)

Loading…
Cancel
Save