legate.core.LogicalArray.offload_to#

LogicalArray.offload_to(self, StoreTarget target_mem) void#

Offload array to specified target memory. This call copies the array to the specified target memory and makes the copy exclusive to that memory, thus allowing the runtime to discard any other copies and make space in other memories.

Parameters:

target_mem (StoreTarget) – The target memory to offload to