[ZK Stack] - compressor in custom testnet fails with fflonk flag #1044
Replies: 2 comments 8 replies
-
Hey, thanks for report, I forwarded it to the team! |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for reaching out! On the other hand - are you sure that nothing uses the GPU memory when you stop prover and start compressor? Did you run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Team or Project
No response
Module Affected
Rust Version
1.82.0
Operating System
Issue Description
Expected Behavior
This is a follow up for #1037. I was told to use fflonk for compressor and not plonk.
after executing the following commands, the compressor should generate a compressed proof and send it back to the server:
I have a 80GB A100 GPU and set max-allocation so that prover and compressor do not collide. I also tested killing the prover after it was done and only executing the compressor but it still fails with the same error.
Note: I am using zksync-era version 28.2.0.
Current Behavior
the compressor fails to allocate memory on the gpu, even though the prover was able to access it just fine and use it for the proof.
Repository Link (if applicable)
https://github.com/matter-labs/zksync-era/tree/core-v28.2.0
Additional Details
No response
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions