If a kernel's pointer argument is known to be readonly
set access qualifier accordingly. This allows RT not to
flush caches before dispatches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think this helps the runtime avoid buffer transfers (since it knows the buffer has not been changed by the kernel), rather than cache flushes.