|
1 | 1 | # Unified Memory Framework
|
2 | 2 |
|
3 |
| -[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/basic.yml) |
4 |
| -[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/codeql.yml) |
5 |
| -[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/spellcheck.yml) |
| 3 | +[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/pr_push.yml) |
6 | 4 | [](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/docs.yml)
|
7 |
| -[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/benchmarks.yml) |
8 | 5 | [](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/nightly.yml)
|
9 |
| -[](https://securityscorecards.dev/viewer/?uri=github.com/oneapi-src/unified-memory-framework) |
| 6 | +[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/bandit.yml) |
| 7 | +[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/codeql.yml) |
10 | 8 | [](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/coverity.yml)
|
11 | 9 | [](https://scan.coverity.com/projects/oneapi-src-unified-memory-framework)
|
12 |
| -[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/bandit.yml) |
| 10 | +[](https://github.com/oneapi-src/unified-memory-framework/actions/workflows/trivy.yml) |
| 11 | +[](https://securityscorecards.dev/viewer/?uri=github.com/oneapi-src/unified-memory-framework) |
13 | 12 |
|
14 | 13 | ## Introduction
|
15 | 14 |
|
@@ -120,6 +119,7 @@ List of options provided by CMake:
|
120 | 119 | | USE_VALGRIND | Enable Valgrind instrumentation | ON/OFF | OFF |
|
121 | 120 | | USE_GCOV | Enable gcov support (Linux only) | ON/OFF | OFF |
|
122 | 121 | | UMF_LINK_HWLOC_STATICALLY | Link UMF with HWLOC library statically (Windows+Release only) | ON/OFF | OFF |
|
| 122 | +| UMF_DISABLE_HWLOC | Disable features that requires hwloc (OS provider, memory targets, topology discovery) | ON/OFF | OFF | |
123 | 123 |
|
124 | 124 | ## Architecture: memory pools and providers
|
125 | 125 |
|
@@ -208,7 +208,7 @@ It is distributed as part of libumf. To use this pool, TBB must be installed in
|
208 | 208 |
|
209 | 209 | ##### Requirements
|
210 | 210 |
|
211 |
| -Required packages: |
| 211 | +Packages required for using this pool and executing tests/benchmarks (not required for build): |
212 | 212 | - libtbb-dev (libtbbmalloc.so.2) on Linux or tbb (tbbmalloc.dll) on Windows
|
213 | 213 |
|
214 | 214 | ### Memspaces (Linux-only)
|
|
0 commit comments