edrickhong / Cu_std

A library I made developed alongside Cu
MIT License
0 stars 1 forks source link

Host memory cohherency on radv #1

Closed edrickhong closed 5 years ago

edrickhong commented 5 years ago

While working on the unified block allocator, radv doesn't seem to properly invalidate a mapped memory range that is a sub mapping of the whole memory block. issue stops if the mapped region exactly matches the block size (not sure if this is the reason)

check commit 2565f08 vs 2584c74