You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relax.build(mod, target="cuda") should compile successfully for any valid Relax IR module containing relax.op.nn.conv2d. The compiled module should execute and produce correct convolution results.
Actual behavior
relax.build crashes with an AttributeError during the dlight GPU scheduling pass:
AttributeError: 'FloorDiv' object has no attribute 'value'
Expected behavior
relax.build(mod, target="cuda")should compile successfully for any valid Relax IR module containingrelax.op.nn.conv2d. The compiled module should execute and produce correct convolution results.Actual behavior
relax.buildcrashes with anAttributeErrorduring the dlight GPU scheduling pass:Environment
cuda(GPU compilation)Steps to reproduce
Triage