Skip to content

Fix benchmarks for ring-gsw over BGG+ encodings#135

Merged
SoraSuegami merged 5 commits into
mainfrom
feat/fix-ring-gsw-bench
Jun 30, 2026
Merged

Fix benchmarks for ring-gsw over BGG+ encodings#135
SoraSuegami merged 5 commits into
mainfrom
feat/fix-ring-gsw-bench

Conversation

@SoraSuegami

@SoraSuegami SoraSuegami commented Jun 28, 2026

Copy link
Copy Markdown
Member

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 82db0424cf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

if bench_dir.exists() {
fs::remove_dir_all(&bench_dir).expect("failed to clear DiamondWE encoding bench directory");
}
ensure_dir(&bench_dir);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Initialize storage for encoding aux files

When this helper runs, the global LUT writer is still initialized to final_dir from the caller, so write_dummy_aux_for_poly_encode_bench writes the batch files there while wait_for_all_writes(bench_dir) writes the index under final_dir/encoding_bench; the following LWEBGGEncodingPltEvaluator then reads from bench_dir and cannot find the referenced batch files. Initialize the storage system with bench_dir.clone() before enqueueing these dummy aux writes, as the other new encoding benchmark helpers do.

Useful? React with 👍 / 👎.

@SoraSuegami SoraSuegami changed the title Add real encoding benchmarks and lattice-estimator checks for GPU tests Fix benchmarks for ring-gsw over BGG+ encodings Jun 30, 2026
@SoraSuegami
SoraSuegami merged commit 5eeedcf into main Jun 30, 2026
3 checks passed
@SoraSuegami
SoraSuegami deleted the feat/fix-ring-gsw-bench branch June 30, 2026 18:38
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.

1 participant