unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

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...

Results 167 unified-memory-framework issues
Sort by recently updated
recently updated
newest added

create manpages for UMF - this may be necessary if we become a package in some Linux distributions

enhancement

Add tracking mechanism based on XPTI. See how this is done in UR: https://oneapi-src.github.io/unified-runtime/core/INTRO.html#tracing

enhancement

see possible list of options here: https://github.com/jemalloc/jemalloc/blob/dev/TUNING.md

enhancement

**Description:** Currently, the `umf_result_t` enumeration includes an error code `UMF_RESULT_ERROR_OUT_OF_HOST_MEMORY` that is used in two distinct scenarios within the UMF library: 1. When the UMF library fails to allocate host...

enhancement

## Rationale MPI and oneCCL are using UMF via `dlopen` we need to add such a scenario to our CI ## API Changes N/A ## Implementation details Create a test...

enhancement

We could add in any of the examples, usage of the `UMF_LEVEL_ZERO_INCLUDE_DIR ` variable. Currently we test it only via UR build. Ref. https://github.com/oneapi-src/unified-memory-framework/pull/872

enhancement

This is only a proposal of changes in IPCopen API. Fixes an issue that user need to create entire pool on client side only to open ipc handle. This is...

enable umfIpcTests for CUDA, devdax and file providers

bug

## Rationale `umfPutIPCHandle` and `umfOpenIPCHandle` currently take an `umf_ipc_handle_t`, but since the handles are replicable across processes I would not expect these functions to change the data contained in the...

enhancement