Skip to content

Commit

Permalink
clean up pass
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Aug 12, 2024
1 parent d825999 commit fa5f1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Intro_Tutorial/lessons/06_raja_umpire_uvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ as a template parameter. Finally, as we are filling in the lambda portion of
the `RAJA::forall`, we need to specify where it will reside in GPU memory.
This can be done directly or by using the `RAJA_DEVICE` macro.

There are several `TODO` comments in the `six.cpp` exercise file where you
There are several `TODO` comments in the `06_raja_umpire_uvm.cpp` exercise file where you
can modify the code to work on a GPU. When you are done, build
and run the example:

```
$ make six
$ ./bin/six
$ make 06_raja_umpire_uvm
$ ./bin/06_raja_umpire_uvm
```

For more information on Umpire's resources, see our documentation:
Expand Down

0 comments on commit fa5f1db

Please sign in to comment.