ocannl icon indicating copy to clipboard operation
ocannl copied to clipboard

Audit manually specifying sharing in a tensor node memory mode

Open lukstafi opened this issue 1 year ago • 0 comments

Current implementation was written with memory mode sharing inference in mind, so high chances it's not working when e.g. a node is specified as shared but modified from multiple streams. This use-case (shared cross-stream but updated from multiple streams) should work with the normal correctness guarantees once full automatic synchronization is in place.

lukstafi avatar Nov 14 '24 16:11 lukstafi