Skip to content

[Relax] Fix test_dropout call_tir kwarg after Type unification#19870

Closed
guan404ming wants to merge 1 commit into
apache:mainfrom
guan404ming:tirx-bufferreplacer-strides-elem-offset
Closed

[Relax] Fix test_dropout call_tir kwarg after Type unification#19870
guan404ming wants to merge 1 commit into
apache:mainfrom
guan404ming:tirx-bufferreplacer-strides-elem-offset

Conversation

@guan404ming

Copy link
Copy Markdown
Member

Why

test_dropout still used the old out_sinfo= kwarg, which broke after call_tir was renamed to out_ty= in the StructInfo/Type unification.

How

  • Rename out_sinfo= to out_ty= in the dropout legalize test.

Signed-off-by: Guan-Ming (Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request updates a test case in tests/python/relax/test_transform_legalize_ops_nn.py by replacing the out_sinfo argument with out_ty in the R.call_tir call. I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@guan404ming guan404ming requested review from tlopex and tqchen June 23, 2026 08:10
@tqchen

tqchen commented Jun 23, 2026

Copy link
Copy Markdown
Member

sorry didn't see this, already fixed in upstream/main latest commit

@tqchen tqchen closed this Jun 23, 2026
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