Skip to content

[TLE] Add optional offset parameter to tle.remote op#732

Open
lzllx123 wants to merge 13 commits into
triton_v3.6.xfrom
triton_v3.6.x_remote_offset
Open

[TLE] Add optional offset parameter to tle.remote op#732
lzllx123 wants to merge 13 commits into
triton_v3.6.xfrom
triton_v3.6.x_remote_offset

Conversation

@lzllx123

@lzllx123 lzllx123 commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Overview

Add an optional scalar i64 offset parameter to the tle.remote op on the triton v3.6.x branch, allowing device-space remote pointers to access peer memory at a specified byte offset.

Changes

  1. Add an optional scalar i64 offset parameter to tle.remote.
  2. Restrict the offset to scalar i64 values only.
  3. Use TT_IntLike for the RemotePointersOp offset operand to align with the verifier.
  4. Enforce the offset requirement for device-space remote pointers and reject invalid cases.
  5. Fix optional operand validation in the RemotePointersOp verifier.
  6. Update test_tle_distributed_d2d.py to demonstrate the new offset parameter in tle.remote.

@lzllx123 lzllx123 requested a review from Galaxy1458 as a code owner July 2, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants