OClCollMeshEngn:*KernelComplete: use WRITE_INVLDT during finalize()

Doing it this way enables us to get the mapBuffer() call working
during finalize. But we couldn't get the unmap call working. That
has to do with a bug in the Rusticl event waiting code.
This commit is contained in:
2025-11-14 18:04:12 -04:00
parent 2e75dd40aa
commit 51a2858214
2 changed files with 21 additions and 8 deletions
@@ -60,8 +60,8 @@ private:
StagingBuffer& assemblyBuff, StagingBuffer& collationBuff,
collateKernelCbFn callback);
void compactKernelComplete();
void collateKernelComplete();
void compactKernelComplete(bool isFinalizing=false);
void collateKernelComplete(bool isFinalizing=false);
bool stop();
public: