Tal Ben-Nun
Tal Ben-Nun
updated results: ```python In [2]: from ast import parse ...: from dace.symbolic import pystr_to_symbolic, names_in_ast, symlist In [3]: pystr_to_symbolic("a[i]").free_symbols Out[3]: {i} In [4]: names_in_ast(parse("a[i]")) Out[4]: ['a', 'i'] In [5]: symlist(pystr_to_symbolic("a[i]"))...
Thank you for posting this PR! Could you please explain how this code poses a security risk? Additionally, it seems as though a check of `== 0` would be more...
@BenWeber42 It is a good idea and will simplify the SDFG representation. However, I do not have the bandwidth to correct all the involved issues. Perhaps this is better as...
@BenWeber42 sounds good
> Around 100 testcases fail, because the schedule is set to "default" and the dispatcher (in code-gen) has nothing registered for "default". I believe the correct fix is to ensure...
@lamyiowce Thank you for reporting this! PR #1498 fixes the issue and adds an appropriate test.
> I would like to work on this issue but as I'm new here can you please elaborate this issue The issue is very self-explanatory. Generating `auto` for loop bounds...
@FlorianDeconinck Related to #1232 ?
@alexander-hammett is this still in progress? many tests are failing and there is no config option to disable it
Stale PR?