Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Fix cross dependent path #5

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5e2d0dc
Add minimal bug example.
andreaskuster Jan 8, 2021
f4763fc
Further reduce minimal example.
andreaskuster Jan 8, 2021
89f87c3
Account for offset to center.
andreaskuster Jan 8, 2021
e1caeb1
Add fpga0 sdk env vars script
andreaskuster Jan 9, 2021
34389ae
Add larger jacobi3d example
andreaskuster Jan 9, 2021
b1bac07
Add temporary fix.
andreaskuster Jan 9, 2021
d300e59
Merge remote-tracking branch 'origin/fix_cross_dependent_path' into f…
andreaskuster Jan 9, 2021
e83e4e3
Increase problem size.
andreaskuster Jan 9, 2021
9da97a3
Add more complex example.
andreaskuster Jan 10, 2021
74f8d21
Merge remote-tracking branch 'origin/fix_cross_dependent_path' into f…
andreaskuster Jan 10, 2021
4000eca
Add minimal bug example.
andreaskuster Jan 8, 2021
f0e2e3b
Further reduce minimal example.
andreaskuster Jan 8, 2021
8023480
Account for offset to center.
andreaskuster Jan 8, 2021
0afabe0
Add temporary fix.
andreaskuster Jan 9, 2021
c4b83c5
Add fpga0 sdk env vars script
andreaskuster Jan 9, 2021
ab8c555
Add larger jacobi3d example
andreaskuster Jan 9, 2021
47cc666
Add more complex example.
andreaskuster Jan 10, 2021
ed1dcb8
Increase problem size.
andreaskuster Jan 9, 2021
97fe0fd
Merge remote-tracking branch 'origin/fix_cross_dependent_path' into f…
andreaskuster Sep 11, 2021
ff683e1
Make example more distinct to test function correctness.
andreaskuster Sep 11, 2021
0e35d03
Add path inclusion for direct file execution.
andreaskuster Sep 11, 2021
fb9966c
Several readme extension
andreaskuster Sep 11, 2021
67a6b93
Remove horidiff hotfix
andreaskuster Sep 11, 2021
47dfc58
Update README.md
andreaskuster Sep 13, 2021
6b737df
Update README.md
andreaskuster Sep 13, 2021
6a27a5f
Move test config to default location
andreaskuster Sep 13, 2021
b9ae43b
Remove local env setup
andreaskuster Sep 13, 2021
2a73675
Merge remote-tracking branch 'origin/fix_cross_dependent_path' into f…
andreaskuster Sep 13, 2021
86ab704
Add extended horidiff example.
andreaskuster Sep 14, 2021
d442f68
Reduce min channel depth to 1024
andreaskuster Sep 15, 2021
6a0cf1b
Update dace version
andreaskuster Sep 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -95,10 +95,10 @@ Publication
If you use StencilFlow, cite us:
```bibtex
@inproceedings{dace,
author = {Johannes de Fine Licht, Andreas Kuster, Tiziano De Matteis, Tal Ben-Nun, Dominic Hofer, Torsten Hoefler},
author = {Johannes de~Fine~Licht, Andreas Kuster, Tiziano De~Matteis, Tal Ben-Nun, Dominic Hofer, Torsten Hoefler},
title = {StencilFlow: Mapping Large Stencil Programs to Distributed Spatial Computing Systems},
year = {2021},
booktitle = {Proceedings of the IEEE/ACM International Symposium on Code Generation and Optimization (CGO)},
booktitle = {Proceedings of the IEEE/ACM International Symposium on Code Generation and Optimization (CGO'21)},
series = {CGO '21}
}
```