Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat[next][dace]: Dace fieldview transformations #1594
feat[next][dace]: Dace fieldview transformations #1594
Changes from 250 commits
dcf3eab
7e6909e
2b07cc5
2370fa6
8e801df
812a6e5
1d0b50b
97a1d22
a30cc7d
f595b01
a6bcb6c
738da27
e5494d8
e9455e3
cbf55de
9d5b1ed
801704b
c45c417
3f26d91
f173244
d67518a
783542f
1fa9de4
96338c2
57e369f
ec4714c
46cb6c6
c20a94d
d1f7432
c4385c1
ed16fd4
9f7176f
4f40f42
932db7c
46febb0
949bad7
8890f95
87b71a6
665a609
82fdf64
e4718b0
47fcabe
51aaf0f
6ccecf1
e66b960
7f89a16
4c190bd
6052de2
7300864
55adbd5
ad21dc4
bb9123b
0025d77
9926d7d
172f19e
b1f4a47
63e6e92
107e295
3c71efa
e369cac
d0bd277
afb5ed1
2f75cfb
695db7c
074f0b2
085f307
f19960b
841040e
b3df358
dc1434c
eacde66
138a33c
3769fb5
b1b5887
a5b0f41
f7ac3d8
01ff262
c61e796
5a457b2
f4d9d89
9318011
11efdeb
25b9048
2dc6f97
f6e5b7c
d7312fa
628c18b
c4f2738
0fd0b65
38d2720
d3541c1
e855ef9
5726509
e44f3a2
4cff071
f642e85
f216a36
a2af8cd
74bd468
667eb7e
58b8e58
e898b31
eae968f
defb55d
fc9661c
e424d4e
7ef1d56
563ee1a
0dc376e
9df80ad
f32fd38
538abff
a07fe81
fec054a
ea7bf64
b291152
008209d
b832aca
94ab9d7
04cde84
3dd0860
3178b71
66c5fcd
d5abad4
1df1bc3
2032b60
6394243
fcd8ee3
a25a6a4
a57e108
62ad165
7f72794
abf3918
a6d31fb
4a2ccaa
d353d0e
073065d
19be2c4
5237b13
489bb4a
2f6274e
4d1a3cc
2da7453
ba97fd2
9301dbe
7f60cfe
699a88b
b3131db
130c877
7fbd7e1
fb2ba90
bf06cb4
52c1d01
849900f
42f4aba
84b2ba7
24bde91
fd81e75
284b6a8
a6b191c
033db6b
32712ea
ebb76de
0fddb8d
c4f64a4
6143b95
00aa64c
b67f0c0
b447c2a
090f08d
04dd63a
bb34f44
88f5245
73a01c1
dd1242c
f3798f3
863bd5f
ea0da2b
a95bda2
18a8560
5d979c9
bcd63d3
c165f9f
316ba9c
a796766
882ad44
a0bf263
37392fd
5c92c76
f4f5ae5
6d12757
e590a07
7e99d98
bd35c6d
0da8ae2
f978ef7
888fb55
0767d6f
c396200
8e471f1
28fcb84
e8829c6
9373629
63a5112
5a2c12c
bcfbd68
03f4b1a
fd2366f
5ed2a8f
368c8ad
dbc3874
8e97cd6
390f02b
46c549b
27d8ea6
1a1a705
3c4523a
cbed51a
ca71735
83a5fe4
0ee90f5
5d875fd
57ae4ea
4d2e941
243bc8e
a74a54d
b7400a6
36a6386
d6cde5c
b616189
32d3883
201c8e2
210a8d9
017fc9f
20da858
8c31694
c8ecd25
7aed88f
2a8494a
87d3ae5
2cfbe20
3e7d09f
7cb5e35
04b652e
ba0ecdc
e4df5ae
7265ecc
5ab199d
a0866a7
71c6681
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose to apply this rule in the current PR; I mean you can replace the call to
simplify
, currently used inbuild_sdfg_from_gtir
, with thegt_simplify
method. Alternatively, hopefully soon when we merge #1623, we can remove the call tosimplify
and instead call the optimization workflow fromDaCeTranslator
class (see src/gt4py/next/program_processors/runners/dace_fieldview/workflow.py)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file you mentioned does not seem to exists. But I have removed all occurrences of simplify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It exists in the open PR. Ok, we can call the optimization in the next PR.