Skip to content

[experimental backline] separate X/Z coprocessor decoder - #3092

Open
josephleekl wants to merge 170 commits into
mainfrom
josephleekl/transport-XZ-decode
Open

[experimental backline] separate X/Z coprocessor decoder#3092
josephleekl wants to merge 170 commits into
mainfrom
josephleekl/transport-XZ-decode

Conversation

@josephleekl

@josephleekl josephleekl commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Here we add the functionality for the coprocessor to run different decoders.

[sc-126733]

josephleekl and others added 30 commits July 20, 2026 13:24
Assisted-by: Claude Opus 4.8
Assisted-by: Claude Opus 4.8
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Comment thread runtime/include/Transport.hpp Outdated
Comment thread doc/releases/changelog-dev.md Outdated
Comment thread runtime/lib/transport/TransportCAPI.cpp Outdated
Comment thread runtime/lib/transport/common/WireProtocol.hpp Outdated
@josephleekl
josephleekl marked this pull request as ready for review August 3, 2026 19:33
@josephleekl josephleekl changed the title separate X/Z coprocessor decoder [experimental backline] separate X/Z coprocessor decoder Aug 3, 2026
Comment thread runtime/lib/transport/common/WireProtocol.hpp

@multiphaseCFD multiphaseCFD left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! Thanks @josephleekl

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.92%. Comparing base (c67c55b) to head (5fbfa11).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3092   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files         166      166           
  Lines       19133    19136    +3     
  Branches     1815     1815           
=======================================
+ Hits        18545    18548    +3     
  Misses        429      429           
  Partials      159      159           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Base automatically changed from josephleekl/transport-gpu-device to main August 4, 2026 12:52
@@ -38,11 +38,16 @@ inline constexpr std::uint64_t DEMO_SYNDROME = 0x0123456789ABCDEFull;
#pragma pack(push, 1)
struct Payload {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@kszenes , here are the change made to Payload struct

Comment thread runtime/include/Transport.hpp

@mehrdad2m mehrdad2m 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.

Thanks @josephleekl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants