Skip to content

[FIX][TIRx] Make TilePrimitiveCall serializable - #20071

Merged
spectrometerHBH merged 1 commit into
apache:mainfrom
jinhongyii:upstream/tirx-tile-call-serialization
Jul 29, 2026
Merged

[FIX][TIRx] Make TilePrimitiveCall serializable#20071
spectrometerHBH merged 1 commit into
apache:mainfrom
jinhongyii:upstream/tirx-tile-call-serialization

Conversation

@jinhongyii

Copy link
Copy Markdown
Contributor

Motivation and context

TilePrimitiveCallNode participates in FFI reflection but did not provide the unsafe-init constructor required to reconstruct an object during deserialization.

Changes

  • Add the reflection unsafe-init constructor to TilePrimitiveCallNode.
  • Add a pickle round-trip regression that preserves arguments, workspace, config, dispatch, and execution scope.

Testing

  • python -m pytest tests/python/tirx/test_op.py
  • Changed-files pre-commit checks

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@spectrometerHBH
spectrometerHBH merged commit 5a16c7b into apache:main Jul 29, 2026
8 checks passed
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