concrete icon indicating copy to clipboard operation
concrete copied to clipboard

[Codegen] Handle imports

Open edg-l opened this issue 1 year ago • 0 comments

Handling imports probably requires some work, we need to specify how a multifile project would work. But if we want to put that for later we can probably experiment this by using the stdlib.

https://github.com/lambdaclass/concrete/blob/771662e8343e246cfee4bcbd935fd1374d90c324/crates/concrete_codegen_mlir/src/codegen.rs#L89

Initial implementation: https://github.com/lambdaclass/concrete/pull/79

Missing:

  • [ ] support for absolute paths when calling a function
  • [ ] Import symbol renaming

edg-l avatar Jan 11 '24 08:01 edg-l