LiberTEM icon indicating copy to clipboard operation
LiberTEM copied to clipboard

Result buffers with `use='task_local'`

Open uellue opened this issue 1 year ago • 0 comments

The improvement in #1397 still doesn't allow to assign to the correct part of a partition-sized task data buffer in process_tile() in order to combine it with postprocess().

This is the behavior of result buffers, meaning the requirement can be fulfilled with a task-local result buffer that is only allocated and not transferred between workers and main process.

uellue avatar Apr 19 '23 11:04 uellue