Łukasz Plewa
Łukasz Plewa
Also we need example showing memorypropertyapi, with cache, so if user needs one then they can copy paste it from the example.
@irozanova What is exactly memory allocation id, and how do you use it?
> [@lplewa](https://github.com/lplewa), it is unique id, which CUDA/L0 returns for each allocation. We have some caches associated with pointer and we need to know if the pointer refers to the...
please rebase
duplicate of: https://github.com/oneapi-src/unified-memory-framework/issues/804
I also think that it is solved problem, and it should be easy to fix. We just must select best option, as there is multiple fix options to chose.
The idea is that we do not do any inserts on split. We do not need two separates entries in tracker after split. Only in case of free we remove...
You’re right — but since we’re already past 1.0, this would be an API break, so we can’t change it now. If we ever do a 2.0 release, we can...
I’ve been thinking about this a bit more — before the 1.0 release, I actually added a bunch of `const`s to the UMF API, but I skipped this one. Now...
I personal vote for option 3. @bratpiorka implemented option 2a in the #1063