From f6ae8316b29fe4d775865a7fd84c36b3fd8ffd3c Mon Sep 17 00:00:00 2001 From: Rafal Rudnicki Date: Tue, 15 Apr 2025 08:50:50 +0000 Subject: [PATCH] a --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ced30086d..4c4a2f3ce3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Coverity report](https://scan.coverity.com/projects/29761/badge.svg?flat=0)](https://scan.coverity.com/projects/oneapi-src-unified-memory-framework) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/oneapi-src/unified-memory-framework/badge)](https://securityscorecards.dev/viewer/?uri=github.com/oneapi-src/unified-memory-framework) +. + ## Introduction The Unified Memory Framework (UMF) is a library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.