lightning-thunder
lightning-thunder copied to clipboard
Consider if functions like full_like and expand_as should be symbols (or not)
Functions like full_like and expand_as are symbols that accept tensors, only to dump the tensor's metadata and call another option. We should consider making these non-symbols to simplify transform logic, clearly indicating that the original tensor doesn't need to be kept alive for the call to these operations.
cc @apaz-cli