Julian Gonzalez Calderon

Results 59 comments of Julian Gonzalez Calderon

Done @pefontana

The function has been renamed to `compile_type` and a type Enum is used instead of a string. I think we should close this issue as resolved. @igaray https://github.com/lambdaclass/concrete/blob/848181b2b8c4411dfb460b76f0242afb262b5a1a/crates/concrete_codegen_mlir/src/codegen.rs#L1332-L1384

llvm-19.1.0-rc2 seems to fix this bug. I tested it by running `mlir-opt` with both contracts mentioned in this issue, and both of them finished successfully

@edg-l this is a summary of the information I have so far. The contracts calls many aditional contracts inside. I first tried to isolate the actual contract that was failing,...

**Update:** This transaction is still failing due to the same bug. Execution with cairo-vm and sierra-emu is successful. I'm going to compare sierra-emu trace dump with native trace dump to...

@edg-l I noticed that some examples where not working, so I created this PR to track them. Unlike rust tests, these workflows would test (only builds) all examples in the...

Hello! Is this feature currently being worked on? If not, I would be happy to work on it.

> You cab preview the book locally with make book Thanks @edg-l! I previewed the book locally and looks fine

Hi @whichqua, two jobs seem to be failing: - [Compute memory and execution traces with cairo-lang](https://github.com/lambdaclass/cairo-vm/actions/runs/11836867380/job/32989717261?pr=1829#step:9:65). This job executes the programs with cairo-lang - [Compute memory and execution traces with...

Hi @whichqua, the [compute memory and execution traces with cairo-lang](https://github.com/lambdaclass/cairo-vm/actions/runs/11928257691/job/33269278450?pr=1829) is working OK now. On the other hand, [compute memory and execution traces with cairo-vm](https://github.com/lambdaclass/cairo-vm/actions/runs/11928257691/job/33269279489?pr=1829) is still failing. To fix...