unified-memory-framework
unified-memory-framework copied to clipboard
Add non-null default parameters for disjoint pool
Rationale
Today the params of the disjoint pool are initialized with nulls. We need to agree on meaningful default parameters and mention it in the documentation.
API Changes
N/A
Implementation details
Add default parameters and update documentation.
duplicate of: https://github.com/oneapi-src/unified-memory-framework/issues/804
ref. #1377 and fixed in #1409