-
Notifications
You must be signed in to change notification settings - Fork 35
add introduction to docs #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
46cedc5
to
103f3a8
Compare
here's what the new pages look like: https://bratpiorka.github.io/unified-memory-framework/introduction.html |
f980b7e
to
56ef5d8
Compare
scripts/docs_config/introduction.rst
Outdated
|
||
The amount of data associated with modern workloads that need to be processed | ||
by modern workloads is continuously growing. To address the increasing demand | ||
memory subsystem of modern server platforms is becoming heterogeneous. For |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's difficult to read this without a comma. To address this increasing demand, the memory subsystem of ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
bb14dd1
to
e6d50d2
Compare
e6d50d2
to
ddd68ef
Compare
3770256
to
8822c0c
Compare
@igchor @PatKamin @DamianDuy @vinser52 @kswiecicki - all, we got > 100 comments here :) I updated the documentation with your suggestions - please resolve all conversations that are ok. |
8822c0c
to
1083480
Compare
@@ -15,7 +15,9 @@ A UMF memory pool is a combination of a pool allocator and a memory provider. A | |||
|
|||
Pool allocator can leverage existing allocators (e.g. jemalloc or tbbmalloc) or be written from scratch. | |||
|
|||
UMF comes with predefined pool allocators (see include/pool) and providers (see include/provider). UMF can also work with user-defined pools and providers that implement a specific interface (see include/umf/memory_pool_ops.h and include/umf/memory_provider_ops.h) | |||
UMF comes with predefined pool allocators (see include/pool) and providers (see include/provider). UMF can also work with user-defined pools and providers that implement a specific interface (see include/umf/memory_pool_ops.h and include/umf/memory_provider_ops.h). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: you can add links in repo to these file:
... (see [include/umf/memory_pool_ops.h](include/umf/memory_pool_ops.h) and [include/umf/memory_provider_ops.h](include/umf/memory_provider_ops.h) ).
1083480
to
69eccd1
Compare
No description provided.