Philip Müller

Results 36 issues of Philip Müller

Essentially the bug happens because the transformation considers any array with one elements as scalar, including arrays such as `(1, 1)`. This commit allows the scalar branch of the transformation...

Hello, in my #1535 I fixed a bug in the `MapFusion` transformation, in the "scalar branch". I have now found a new bug, but this time in the "array branch"...

[Uploading failing_sdfg.json…]() I have an SDFG that fails with the following error `ValueError: Dimension mismatch in composition: Subset composed must be either completely stripped of all non-data dimensions or be...

If auto optimization is applied to the attached SDFG then an missing attribute error is generated. After a discussion with @alexnick83 on Mattermost and some investigation I discovered that the...

I am working on the attached SDFG. In the beginning I am able to apply translations. But after some time I start to get errors such as: - `TypeError: Memlet...

bug
transformations

It turned out that working with the `CompiledSDFG` is quite cumbersome as it must be imported using the whole path. This PR adds imports in the `dace.codegen` (which is fully...

I have a strange error, after some experiments I have concluded the following: - There is a nested SDFG that has a transient of name, e.g. "X". - In the...

codegen

It is impossible to return a scalar from an SDFG. This is a code generator issue, as the final signature of the C function of `__return` is a scalar and...

I found a bug in simplify, as far as I can tell it is located it is inside `RedundantArray` The error is about a Memlet, that performs some reshaping. A...

I use dynamic map ranges, to add a offset to a Memlet, which is only known at runtime. However, I have to perform some operations on this value, before I...