Some questions about Dory setup #395
Replies: 2 comments 1 reply
-
Hey @Lengxiaoyi, We have published a few of these parameters here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/releases/tag/dory-prover-params-nu-16 (or https://github.com/spaceandtimelabs/sxt-proof-of-sql/releases/tag/max-nu-14). But, you can do it youself. Take a look at this: https://github.com/spaceandtimelabs/sxt-proof-of-sql/tree/main/crates/proof-of-sql/utils/generate-parameters. |
Beta Was this translation helpful? Give feedback.
-
Hi there, It seems you're encountering a performance scaling issue related to the Understanding the Problem
Potential Causes
Suggested Steps to Diagnose and Resolve
Changes RequiredIf the issue lies in scaling, you might need to:
Good luck! Let me know if you'd like help profiling or analyzing specific parts of the code. |
Beta Was this translation helpful? Give feedback.
-
Background and Motivation
Hi, when I run the example example using only the CPU, I find that when I set const DORY_SETUP_MAX_NU: usize = 13, the time will only consume roughly 10s, and when I set it to 15, the time consumes 49s, and the performance of the CPU I'm using is pretty much the same as described in the code, but when I use the blitzar feature I find that the time transformations can increase by 2 squares with the DORY_SETUP_MAX_NU number setting, which is not GPU enabled in the dory setting. The time transform can increase by 2 squares with the number setting of DORY_SETUP_MAX_NU, the GPU was not enabled at the time of the dory setting I can't pinpoint the cause of the problem need your help, good luck!
Changes Required
Please help me understand this.
Beta Was this translation helpful? Give feedback.
All reactions