-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Which component requires the feature?
CuTe DSL
Feature Request
Is your feature request related to a problem? Please describe.
Currently the TVM FFI interface does not work with custom data structures (notably dataclass).
Describe the solution you'd like
Support dataclass in TVM FFI
Describe alternatives you've considered
NamedTuples could work in principle, but since it doesn't support inheritance, we had to rewrite a lot of codebase.
Additional context
Our codebase relies on quack, which uses dataclass for passing custom data structures.
Reactions are currently unavailable