Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: enabling profiler is clearing registers #9

Open
mm-zk opened this issue Oct 2, 2024 · 1 comment
Open

bug: enabling profiler is clearing registers #9

mm-zk opened this issue Oct 2, 2024 · 1 comment
Assignees

Comments

@mm-zk
Copy link

mm-zk commented Oct 2, 2024

In some of our use cases, we read the 'result' of the computation from registers 10-17 after computation has finished.

Unfortunately if profiler is enabled, (with diagnostic config) - these registers are getting cleared.

To reproduce - use run_base_system from zk_ee, it will fail if Simulator config from zk_os_runner has diagnostics enabled, and pass if diagnostics are disabled.

@shamatar
Copy link
Member

shamatar commented Oct 2, 2024

What do you call "enable profiler"? Right now default way of running tests both produces flamegraphs, and gives correct output values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants