wrongtest commented on pull request #9755:
URL: https://github.com/apache/tvm/pull/9755#issuecomment-997388960
> handle String annotation value and create StringImm
I update it by the suggestion. But another problem is detected. Primfunc
with flattened loop attrs seems not supported by script parser. It would lead
to "use before def" errors.
```python
def main(A: T.Buffer[(16,), "float32"]) -> None:
# body
T.attr(i, "pragma_1", "str_value")
...
for i in T.serial(16):
```
--
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]