Justin Privitera
Justin Privitera
Let's skip `move()`/`replace()` for now because the cases are scary. 1. execution accessor owns the data b/c it was asked to put data on device or on host and it...
sync copies (or no-ops) the data back to where it came from (the node that we wrapped), calling replace will give node the other_ptr call node.reset() on the node where...
Hi @ibaned. This is possible already, with a couple caveats. The other option you will want to include is `opts["mesh_name"] = "mymeshname";`. You can put whatever name you like there...
@ibaned @cyrush Can we close this issue?