[Bug] [Relax] Build fails when applying dlight.gpu.GeneralReduction
to R.nn.group_norm
with dynamic shapes and R.reshape
#17531
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Actual behavior
When building the TVMScript below using
dlight.gpu.GeneralReduction()
, the build fails with the following error:InternalError: Check failed: (!divisor.is_const(0)) is false: Find divide by zero
inp_0
and the output tensor shape to(1, 512, "n")
and remove theR.reshape
operation, the build completes successfully without errors.dlight
schedules. If I removedl.gpu.GeneralReduction()
, the build also completes with other dlight schedules.Environment
Steps to reproduce
cc @junrushao
The text was updated successfully, but these errors were encountered: