Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ When running under MPI, only MPI rank 0 will output stdout to the console. Stder
It is recommended to only run "multinode*" testcases under MPI. While any testcase will succeed, results for non multinode testcases will only come from MPI rank 0.

## Test Details
There are two types of copies implemented, Copy Engine (CE) or Steaming Multiprocessor (SM)
There are two types of copies implemented, Copy Engine (CE) or Streaming Multiprocessor (SM)

CE copies use memcpy APIs. SM copies use kernels.

Expand Down