Lunderberg commented on issue #17255:
URL: https://github.com/apache/tvm/issues/17255#issuecomment-2276566422
Hmm, this may be a problem with your input. I'd expect the
`"tir_var_upper_bound"` attribute to be a map whose keys are strings, and whose
values are integers. So , `"tir_var_upper_bound": {"n": 4}` instead of
`"tir_var_upper_bound": {"n": [4]}"`. I can reproduce the error message your
encountered, and changing the attribute in `main` to `{"n": 4}` resolves it.
Was there a transform that produced the `{"n": [4]}` attribute as output?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]