NLeSC-COMPAS / kmm

KMM - A lightweight C++ middleware for accelerated computing
https://nlesc-compas.github.io/kmm
Apache License 2.0
0 stars 0 forks source link

Dirty bit #6

Closed isazi closed 8 months ago

isazi commented 1 year ago

Add a dirty bit to either Pointer or Buffer (needs investigation). If the field is True, memory has been modified in the past and cannot be used on other devices without a copy.