slang icon indicating copy to clipboard operation
slang copied to clipboard

Coherent buffer pointers?

Open Ipotrick opened this issue 10 months ago • 7 comments

Afaik there is no clarification on how or if its possible to make coherent loads/stores with pointers. If this is a missing feature i'd like to request some sort of way to be able to load/ store coherently. Some algorithms require coherent memory.

It would also be great if there could be a way to incorporate the vulkan memory model for this (queuefamily vs globally coherent for example can make a big difference on some gpus).

Ipotrick avatar Apr 01 '24 23:04 Ipotrick