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

optimize assignment #263

Merged
merged 13 commits into from
Jun 14, 2024
Merged

optimize assignment #263

merged 13 commits into from
Jun 14, 2024

Conversation

junyu0312
Copy link
Collaborator

No description provided.

@junyu0312 junyu0312 force-pushed the zhangjunyu/opt_assignment branch from 458453c to 7fc13f2 Compare May 29, 2024 01:48
@@ -384,77 +385,91 @@ impl<F: FieldExt> EventTableChip<F> {
status
};

const THREAD: usize = 16;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config


(start_offset..end_offset)
.map(|_| assign!(ctx, self.config.col, F::zero()))
.collect::<Result<Vec<_>, Error>>()
};

let init_memory_handler = |base_offset| {
// start from 'base_offset" because 'encode_compilation_table_values' have inserted an empty at the beginning.
ctx.borrow_mut().offset = base_offset;
const THREAD: usize = 4;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config

@junyu0312 junyu0312 merged commit f855b26 into main Jun 14, 2024
1 check passed
@junyu0312 junyu0312 deleted the zhangjunyu/opt_assignment branch July 4, 2024 05:08
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

Successfully merging this pull request may close these issues.

2 participants