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

Fix GPU Auto Reduction Expansions #1524

Open
wants to merge 90 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
323a23d
Added 'may_alias' property to Stucture class.
alexnick83 Sep 6, 2023
959d609
When creating copy expressions, replace dots with arrows if the root …
alexnick83 Sep 6, 2023
0c02341
When initializing the CPU code generator, specialize Structure defini…
alexnick83 Sep 6, 2023
2ccc620
Specializes how Structures are added to a nested scope. Attribute vis…
alexnick83 Sep 6, 2023
480bd9a
The sdfg submodule now exposes NestedDict to the rest of DaCe.
alexnick83 Sep 6, 2023
7e7f635
Do not create (double) pointer for Structure connectors to NestedSDFG…
alexnick83 Sep 6, 2023
36e5ed6
Use the root of the data name for NestedSDFG connector validation.
alexnick83 Sep 6, 2023
5ae8e7d
Added structure test written in Python.
alexnick83 Sep 6, 2023
cee8ece
Added writing test.
alexnick83 Sep 6, 2023
ecec25b
C++ array expression generator supports nested data.
alexnick83 Sep 6, 2023
583c7c9
Assignment visitor method supports nested data.
alexnick83 Sep 6, 2023
cc6223a
NestedDict fix for attributed lookups where the root is not a Structure.
alexnick83 Sep 6, 2023
27d1222
Fix for symbolic replacement/equality failures.
alexnick83 Sep 6, 2023
16d1244
Renamed test file
alexnick83 Sep 6, 2023
b590a6e
Changes Memlet API used.
alexnick83 Sep 6, 2023
8a0c63c
Fixes incompatibility with NestedDict.
alexnick83 Sep 6, 2023
96e763d
Datadesc names cannot have dots.
alexnick83 Sep 6, 2023
a0f02fa
Added mini-app test.
alexnick83 Sep 6, 2023
3056d49
Merge branch 'master' into frontend-add-structure-support
alexnick83 Sep 27, 2023
1b0c074
Filter symbol-mapping by used-symbols when generating nested SDFG cal…
alexnick83 Sep 27, 2023
1c097a3
Merge branch 'sym-attr' into frontend-add-structure-support
alexnick83 Sep 28, 2023
959cdeb
Updated emit memlet reference method
alexnick83 Sep 28, 2023
57cf574
Added optional property to Structures.
alexnick83 Sep 28, 2023
d2ab611
Merge branch 'master' into frontend-add-structure-support
alexnick83 Sep 28, 2023
0b9be8a
Use "used" symbols.
alexnick83 Sep 29, 2023
54232cd
Use "used" symbols
alexnick83 Sep 29, 2023
a975435
Add desc symbols.
alexnick83 Sep 29, 2023
5098a0d
GPU-global mode.
alexnick83 Sep 29, 2023
14b4a1e
Merge branch 'master' into frontend-add-structure-support
alexnick83 Oct 3, 2023
3df1a89
Merge branch 'used-symbol-fixes' into frontend-add-structure-support
alexnick83 Oct 3, 2023
4a9a0c6
Added subs method to Attr. Adjusted Attr printing in DaCeSympyPrinter…
alexnick83 Oct 3, 2023
7266d02
Transpose's pure replacement now properly supports 2D slices from ND …
alexnick83 Oct 3, 2023
663a93c
Before calling subs on a symbolic expression, add to the "filtered" s…
alexnick83 Oct 3, 2023
3308b53
InlineSDFG now replaces nested desc names with the top-level names in…
alexnick83 Oct 3, 2023
9693a4c
Attr free symbols should exclude array indexing.
alexnick83 Oct 4, 2023
efd329d
In ConstantPropagation, add to "arrays" any nested data.
alexnick83 Oct 4, 2023
ac49626
Changed parameter names in eye/identity Maps.
alexnick83 Oct 4, 2023
35d23fe
Transpose fix.
alexnick83 Oct 4, 2023
1c14f8f
Experimenting with new test.
alexnick83 Oct 4, 2023
9177525
Merge branch 'master' into frontend-add-structure-support
alexnick83 Oct 5, 2023
25f3972
Cleaned up tests.
alexnick83 Oct 5, 2023
910cde3
Added `keys` method for nested dicts and data. Improvements in findin…
alexnick83 Oct 6, 2023
6a3a6ac
Improvements in determining allocation lifetime for Structures.
alexnick83 Oct 6, 2023
9b56c3e
Improvements in replacing transient Structure names with their Python…
alexnick83 Oct 6, 2023
83f197b
Using root data in the case of Structures.
alexnick83 Oct 6, 2023
6a9c6cd
Added define local structure replacement method.
alexnick83 Oct 6, 2023
e8868c1
Added root data/desc helper methods.
alexnick83 Oct 6, 2023
d551540
Added new test.
alexnick83 Oct 6, 2023
74ccd78
Merge branch 'master' into frontend-add-structure-support
alexnick83 Oct 19, 2023
0a48922
Merge branch 'master' into frontend-add-structure-support
alexnick83 Oct 20, 2023
1e27645
Merge branch 'master' into frontend-add-structure-support
alexnick83 Oct 25, 2023
1a6737e
emit_memlet_reference method is not used any more to define nested SD…
alexnick83 Oct 25, 2023
6397025
_generate_NestedSDFG method now defines nested SDFG arguments. alloca…
alexnick83 Oct 25, 2023
1165ba2
Reworked determine_allocation_lifetime to potentially allocate nested…
alexnick83 Oct 25, 2023
734dba9
Enhanced arrays_recursive and shared_transients methods for better ne…
alexnick83 Oct 25, 2023
1843182
Enabled all tests.
alexnick83 Oct 25, 2023
29fcb2a
Merge branch 'master' into frontend-add-structure-support
alexnick83 Nov 11, 2023
8a0db59
Fixed access to structure members' keys.
alexnick83 Nov 11, 2023
6ba3651
Fixed bad merge.
alexnick83 Nov 11, 2023
ea6ea51
Don't eliminate structures that have members.
alexnick83 Nov 11, 2023
2bc215c
Disable serialization testing.
alexnick83 Nov 11, 2023
c778fa9
Fixed serialization disabling.
alexnick83 Nov 12, 2023
22e3198
Merge branch 'master' into frontend-add-structure-support
alexnick83 Nov 12, 2023
cbaade3
Don't filter by defined symbols.
alexnick83 Nov 12, 2023
3f4323b
Fixed number of values to unpack.
alexnick83 Nov 12, 2023
ce3a911
Ensure that src/dst subsets exist before using them.
alexnick83 Nov 12, 2023
5ee923b
Renamed diag to diagonal to avoid sympy clash.
alexnick83 Nov 12, 2023
24593b4
Removed property replacement.
alexnick83 Nov 12, 2023
0b885af
Switched to using subset.
alexnick83 Nov 12, 2023
e333210
Updated tests.
alexnick83 Nov 13, 2023
31ee757
Added clone and pool
alexnick83 Nov 13, 2023
8f6fd16
Updated structure codegen for CUDA
alexnick83 Nov 13, 2023
ab39d5c
Fixed number of unpacked values.
alexnick83 Nov 13, 2023
8eeb622
OpenBLAS's transpose needs float and double pointers instead of std::…
alexnick83 Nov 13, 2023
15fb33c
Clean up.
alexnick83 Nov 13, 2023
456c913
Merge branch 'master' into frontend-add-structure-support
alexnick83 Nov 14, 2023
b5160f4
Addressed review comments.
alexnick83 Nov 16, 2023
77b4b37
Merge branch 'master' into frontend-add-structure-support
alexnick83 Nov 24, 2023
affde40
Merge branch 'master' into frontend-add-structure-support
alexnick83 Dec 14, 2023
daad8fe
Removed commented out code.
alexnick83 Dec 20, 2023
068b841
Using root-data.
alexnick83 Dec 20, 2023
cf68564
Merge branch 'master' into frontend-add-structure-support
alexnick83 Dec 20, 2023
c3c2616
Removed old methods.
alexnick83 Dec 20, 2023
30ffa5e
Merge branch 'master' into frontend-add-structure-support
alexnick83 Jan 15, 2024
d03958a
Disabled serialization in covariance test.
alexnick83 Jan 18, 2024
75c6a77
Merge branch 'master' into frontend-add-structure-support
tbennun Jan 20, 2024
0665b1a
Merge branch 'master' into frontend-add-structure-support
tbennun Feb 16, 2024
5d584e1
Merge branch 'master' into frontend-add-structure-support
tbennun Feb 18, 2024
cf327a7
Merge branch 'master' into frontend-add-structure-support
alexnick83 Feb 19, 2024
c3787b6
Fixed possible wrong identation. Fixed missing nodes dictionary.
alexnick83 Feb 19, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'master' into frontend-add-structure-support
tbennun authored Feb 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5d584e125cdcfd381620a0e16fc3c1ead735f99f

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.