You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the intended usage of the STATIC_MEMORY_LOCATION tag? Is having data_ptr enough to check that something has static memory? Are strides and memory offset important here?
That's an interesting idea of adding data_ptr as an optional field to the TensorProxy. What should happen if any of the primitives creating TensorProxies sets this value?
Should Thunder have a different kind of TensorProxy for collecting information from the outside world (here converting torch.Tensor -> TensorProxy) and internal to Thunder functions intermediates that use TensorProxy?
...in the prologue.
This could be tricky because it needs the real tensors, in particular if we try to move materializaton to later.
Implementation strategy could be
Note that pruning the checks would give the option to remove it, which is a good thing IMO.
The text was updated successfully, but these errors were encountered: