Tal Ben-Nun
Tal Ben-Nun
Great question! We don't provide this transformation as part of our standard set, but it's possible to write a simple transformation that gets the memory access patterns from the memlets...
Thanks! This looks very interesting and we would be happy to help. Is there a particular problem with implementing the benchmark?
Interesting, thanks! I tried EOS with the latest master branch yesterday and it compiled successfully (I didn't run anything because of the `__init__.py` setup). I added `import dace` and decorated...
That's great, thanks!
> I think the approach is still not the right one. What we want is to make sure that _FPGA streams_ are always allocated in exactly one place, which is...
> I don't see a section for it yet, so I'll make a request here: > > It would be really helpful if the C++ runtime could also be documented....
@meshtag sounds good! In order to create this situation, one would have to manually create an SDFG with the API, since our Python frontend will not let the two statements...
Looks like it is not. The writes to B will be to indices 0,1 in t1; and 2,3 in t2. There are overlapping reads but that should not be a...
In StateFusion (or at least in one of the redundant state removal transformations) there is a TODO there to check if the assigned value is used in the state, and...
@alexnick83 This issue is stranger than I initially thought. It seems that `i` is accessed directly in the memlet, which is supposed to be disallowed since `i` is a scalar...