kylosus

Results 5 issues of kylosus

Sorry about the draft and edits, I accidentally published the PR too early. So this is kind of a niche usecase of mine, so I understand if the collaborators find...

### Share your bug report, feature request, or comment. There's quite a bit of wasted space in the current video frontend. Would it be ok to allow the video to...

stale

**Describe the bug** Applying `gpu_persistent_fusion` to some dace programs breaks during codegen if there are `ArrayView`s **To Reproduce** Steps to reproduce the behavior: 1. Modify `dace/transformation/subgraph/gpu_persistent_fusion.py` to fix an issue...

**Describe the bug** Kind of a multifaceted bug. Applying an `auto_optimize` pass to an SDFG with GPU transformation makes many arrays in `sdfg.arrays` persistent, who are declared in state structs...

**Describe the bug** The dace program fails to compile if the integer args of MPI nodes (`dst` and `tag`) are anything other than symbols, symbol expressions and numbers. **To Reproduce**...