Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Intro_Tutorial/lessons/05_raja_reduce/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lesson 5: RAJA Reductions

In lesson 4, we looked at a data parallel loop kernel in which each loop
In lesson 5, we looked at a data parallel loop kernel in which each loop
iterate was independent of the others. In this lesson, we consider a kernel
that is **not data parallel** because there is a data dependence between
iterates. A data dependence occurs when multiple threads (or tasks) could
Expand Down