[Relax][Test] Cover default GPU pipeline scheduling for R.power/elementwise kernels#19923
[Relax][Test] Cover default GPU pipeline scheduling for R.power/elementwise kernels#19923cchung100m wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds unit tests to verify that the default CUDA pipeline correctly schedules and thread-binds an elementwise R.power kernel, preventing memory verification failures during compilation. The review feedback identifies two critical issues in the newly added tests: a syntax error on line 199 where the assignment operator = is missing (mod seq(PowerModule)), and a NameError on line 202 due to using an undefined tir name instead of tvm.tirx.PrimFunc.
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.
3b7662c to
25581b9
Compare
Hi Commiters,
This PR adds regression coverage for GPU scheduling of legalized elementwise ops.