Tal Ben-Nun
Tal Ben-Nun
@3DdeepAI thank you for understanding, and thank you for taking the time to create another PR. 👍 I'll take a look at it soon and we can keep discussing it...
Are there any plans for this feature? It would be very useful for me. 👍
Cool PR! I will review it as soon as I can :)
Interesting idea! Currently we don't support this, but if some dependency like PyTablegen is introduced one can implement that.
Thanks for the PR! Interesting, I added this change specifically because things did not work. Could you please add a test that checks for it? As for your other issue,...
@shawwn ping
I would like to add that it is mentioned in the documentation here: https://spcldace.readthedocs.io/en/docs/frontend/daceprograms.html#closure-arguments-fields-and-globals
I'm not sure where the problem stems from. The best approach would be to profile the Python code. A timeline profiler like [py-spy](https://github.com/benfred/py-spy) could be very useful. Please let us...
Thank you very much for looking into this, @ShivaShankarMovidius! I think you and the Lark team are both right that the file is not very efficient right now. I focused...
@ShivaShankarMovidius looks like using LALR would yield the largest performance gain then. For your API suggestion, I would propose the following: ```python class Parser(object): def __init__(self, dialects: Optional[List[Dialect]] = None,...