Timo Schneider

Results 4 issues of Timo Schneider

This is samples/simple/spmv.py, there seem to be unnecessary edge crossings due to the order of connectors. ![Screenshot from 2020-01-22 14-27-09](https://user-images.githubusercontent.com/4130382/72898181-e26a7a00-3d23-11ea-9abf-ddd012a2b62a.png)

enhancement
visualization

When applying DaCe optimizations it would be helpful to filter out certain classes of transformations, i.e., if I intend to run the resulting program on a CPU it would be...

enhancement
transformations

The SDFG class init method looks like this: ``` def __init__(self, name: str, constants: Dict[str, Tuple[dt.Data, Any]] = None, propagate: bool = True, parent=None): """ Constructs a new SDFG. :param...

**Describe the bug** For certain (erroneous) SDFGs, ```sdfg.validate()``` does not thrown an exception, instead it crashes with a RecursionError. This may be undesirable, since it is unclear to the user...