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
Today we serialize the TypeLiterals and NamedTypes to strings and then deserialize it into DType in the runtime implementation of a function. Having a separate IR node for this would result in cleaner implementation and would avoid unnecessary Serialization and DeSerialization
The text was updated successfully, but these errors were encountered:
+1.
There's a related issue of how we pass the type into the function at runtime. Ideally, this would also be a dtype (and not a string to deserialize).
Today we serialize the TypeLiterals and NamedTypes to strings and then deserialize it into DType in the runtime implementation of a function. Having a separate IR node for this would result in cleaner implementation and would avoid unnecessary Serialization and DeSerialization
The text was updated successfully, but these errors were encountered: