From acfa41af14bf19b2019ee2f90c1bd73eae980a89 Mon Sep 17 00:00:00 2001 From: Klaus Steden Date: Tue, 24 Mar 2026 20:23:24 -0700 Subject: [PATCH] Fix typo in README ("Steaming" should be "Streaming") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c0087..6a9f59b 100644 --- a/README.md +++ b/README.md @@ -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.