Skip to content

359 fix fuse case readiopthenbatchreadincompletereadbackiop - #360

Merged
morousg merged 3 commits into
mainfrom
359-fix-fuse-case-readiopthenbatchreadincompletereadbackiop
Aug 26, 2026
Merged

359 fix fuse case readiopthenbatchreadincompletereadbackiop#360
morousg merged 3 commits into
mainfrom
359-fix-fuse-case-readiopthenbatchreadincompletereadbackiop

Conversation

@morousg

@morousg morousg commented Aug 26, 2026

Copy link
Copy Markdown
Member

No description provided.

oamoros and others added 3 commits August 26, 2026 19:37
@morousg
morousg requested a balanced review from Copilot August 26, 2026 20:19
@morousg morousg self-assigned this Aug 26, 2026
@morousg morousg added the bug Something isn't working label Aug 26, 2026
@morousg morousg linked an issue Aug 26, 2026 that may be closed by this pull request
@morousg
morousg merged commit 4d4fe22 into main Aug 26, 2026
8 checks passed
@morousg
morousg deleted the 359-fix-fuse-case-readiopthenbatchreadincompletereadbackiop branch August 26, 2026 20:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes fusion between a read IOp and batched incomplete ReadBack operations.

Changes:

  • Adds an incomplete ReadBack trait.
  • Supports array-backed operation data.
  • Refactors BatchRead around operation parents and incomplete-operation handling.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
operation_types.h Adds incomplete ReadBack detection.
operation_data.h Adds constrained constructors and array copying.
batch_operations.h Updates batched read construction and fusion behavior.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

using Parent = ReadOperation<typename Op::ReadDataType,
BatchReadParams<BATCH, PP, Operation, typename Op::OutputType>,
typename Op::OutputType,
static_cast<TF>(Operation::THREAD_FUSION), SelfType, false>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix fuse case ReadIOp.then(BatchRead<IncompleteReadBackIOp>)

3 participants