OClCollMeshEngn: Add bridged delay in finalize()

See the diff of the todo file within this commit for more details.

In short, we do this to prevent the possibility of an in-flight async
contin accessing metadata that we've already destroyed after finalize()
has been called.
This commit is contained in:
2025-11-27 22:26:50 -04:00
parent d49594ef88
commit 313454c426
3 changed files with 46 additions and 13 deletions
@@ -21,6 +21,8 @@
#include <user/compute.h>
#include <user/senseApiDesc.h>
#define OCLCOLLMESH_ENGN_FINALIZE_DELAY_MS 1
namespace smo {
namespace stim_buff {