Skip to content

Commit 46fafe4

Browse files
Merge pull request #1368 from lplewa/acpp
Fix grammar issues in readme
2 parents 5d702f6 + b71fb2d commit 46fafe4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ For a quick introduction to UMF usage, please see
1818
[examples](https://oneapi-src.github.io/unified-memory-framework/examples.html)
1919
documentation, which includes the code of the
2020
[basic example](https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/basic/basic.c).
21-
The are also more advanced that allocates USM memory from the
22-
[Level Zero device](https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/level_zero_shared_memory/level_zero_shared_memory.c)
23-
using the Level Zero API and UMF Level Zero memory provider and [CUDA device](https://github.com/oneapi-src/unified-memory-framework/blob/main/examples/cuda_shared_memory/cuda_shared_memory.c)
24-
using the CUDA API and UMF CUDA memory provider.
21+
There are also more advanced examples that allocate USM memory from the [Level Zero device](examples/level_zero_shared_memory/level_zero_shared_memory.c) using the Level Zero API and UMF Level Zero memory provider and [CUDA device](examples/cuda_shared_memory/cuda_shared_memory.c) using the CUDA API and UMF CUDA memory provider.
2522

2623
## Build
2724

@@ -75,7 +72,7 @@ In order to build the benchmark, the `UMF_BUILD_BENCHMARKS` CMake configuration
7572

7673
UMF also provides multithreaded benchmarks that can be enabled by setting both
7774
`UMF_BUILD_BENCHMARKS` and `UMF_BUILD_BENCHMARKS_MT` CMake
78-
configuration flags to `ON`. Multithreaded benchmarks require a C++ support.
75+
configuration flags to `ON`. Multithreaded benchmarks require C++ support.
7976

8077
The Scalable Pool requirements can be found in the relevant 'Memory Pool
8178
managers' section below.

0 commit comments

Comments
 (0)