Skip to content

Commit

Permalink
Fixing typo in usage message for apex_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Mar 22, 2023
1 parent dc5739c commit 05fc87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/apex_exec
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ where APEX options are zero or more of:
--apex:kokkos_fence enable Kokkos fences for async kernels
--apex:raja enable RAJA support
--apex:pthread enable pthread wrapper support
--apex:gpu_memory enable CPU memory wrapper support
--apex:cpu_memory enable GPU memory wrapper support
--apex:gpu_memory enable GPU memory wrapper support
--apex:cpu_memory enable CPU memory wrapper support
--apex:untied enable tasks to migrate cores/OS threads
during execution (not compatible with trace output)
--apex:cuda enable CUDA/CUPTI measurement (default: off)
Expand Down

0 comments on commit 05fc87b

Please sign in to comment.