oneapi-src / unified-memory-framework

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.
https://oneapi-src.github.io/unified-memory-framework/
Other
32 stars 24 forks source link

Fix logging documentation #431

Closed bratpiorka closed 4 months ago

bratpiorka commented 5 months ago

Currently, the logging documentation is added here: https://oneapi-src.github.io/unified-memory-framework/introduction.html#logging.

It shouldn't be a part of "Memory Pools" section - I think we could put it in the new "Fundamentals" section similar to how it is done in UR https://oneapi-src.github.io/unified-memory-framework/introduction.html#logging

Also, we should add some documentation to the README

lukaszstolarczuk commented 5 months ago

Also, we should add some documentation to the README

Perhaps not to README, but to CONTRIBUTING.