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
Currently, the MLIR runtime does not take ownership of the host data referenced by runtime tensors. This forces us to manually track memory and perform unnecessary memory copies for inputs and potentially outputs. Enhancing the MLIR runtime to support ownership of host data would simplify memory management.
The text was updated successfully, but these errors were encountered:
Currently, the MLIR runtime does not take ownership of the host data referenced by runtime tensors. This forces us to manually track memory and perform unnecessary memory copies for inputs and potentially outputs. Enhancing the MLIR runtime to support ownership of host data would simplify memory management.
The text was updated successfully, but these errors were encountered: