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
Extract FPGA code generation to separate repository (spcl#2252)
The DaCe FPGA backend will be supported out-of-tree. This PR extracts
the capabilities to a separate repository:
https://github.com/spcl/dace-fpga
This PR also reduces circular imports and encourages more
object-oriented design for code generation.