Tal Ben-Nun
Tal Ben-Nun
Just make sure that if type hints were given, it’s AOT compilable
Since the issue only happens during simplification, and the only pass that creates such memlets is ScalarToSymbolPromotion, shouldn’t it be there? Specifically TaskletIndirectionPromoter should avoid promoting expressions that will make...
A symbolic expression is a combination of symbols and operations on those symbols. The operations are arithmetic or logical unary/binary/ternary operators on those symbols, or a set of predefined math...
I'd like to chime in on this discussion and say that DaCe does not rely on any Pro feature, just tested on it (due to the types of boards we...
@kylosus Thank you for reporting. View issue should be fixed in #1552 now. It still won't apply persistent fusion correctly because of different dimensionalities of internal maps (correlation contains both...
It should work offline too (it's why we catch the exception in `_connected`) but it looks like the code relies on material fonts from online. @phschaad any way to make...
@acalotoiu I thought we were removing/deprecating offsets?
I agree with both points, names in ast sounds like something that should be in dace.frontend.python.astutils. symlist can be erased and most of its uses call for .values() anyway
That would be great, thank you
see #1423