-
Notifications
You must be signed in to change notification settings - Fork 58
DO NOT MERGE feat[next-dace]: Use nanobind Interface of DaCe
#2721
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
Open
philip-paul-mueller
wants to merge
55
commits into
GridTools:main
Choose a base branch
from
philip-paul-mueller:dace_nanobind_integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
fa798a2
Not fully working, but a huge step forward.
philip-paul-mueller ed76225
Let's try this.
philip-paul-mueller 75c1945
Next small addition.
philip-paul-mueller 88a3929
This works for one sdfg, but it is probably not fast and it has the p…
philip-paul-mueller 0c151fa
This works it is not nice but it works.
philip-paul-mueller 0e58c03
Now there are errors.
philip-paul-mueller c46e4e5
Merge remote-tracking branch 'gt4py/main' into dace_nanobind_integration
philip-paul-mueller f407074
Let's test that thing.
philip-paul-mueller 63ecac9
Updated the test.
philip-paul-mueller 516088b
First version that uses the new calling convention, but it ignores th…
philip-paul-mueller 9e7b5ea
This works, but is not fully nice.
philip-paul-mueller 4ad8c88
Updated DaCe.
philip-paul-mueller a96749f
A bit nicer.
philip-paul-mueller 96a09bc
Updated.
philip-paul-mueller 1558b42
Merge remote-tracking branch 'gt4py/main' into dace_nanobind_integration
philip-paul-mueller 822fabd
Newest DaCe needs C++20.
philip-paul-mueller a3e1e7c
Newest DaCe needs C++20.
philip-paul-mueller 94a0033
Removed an redundant import.
philip-paul-mueller 113adb4
Revert "Newest DaCe needs C++20."
philip-paul-mueller bcc3992
Merge remote-tracking branch 'fork/dace_cpp20' into dace_nanobind_int…
philip-paul-mueller f171934
Small error
philip-paul-mueller 2ca2ae9
Forgot to undo the hack.
philip-paul-mueller 2a48a7e
A further divergence.
philip-paul-mueller cd79a91
Updated DaCe.
philip-paul-mueller 002a151
Fixed an issue in a test, but we have to rework that anyway.
philip-paul-mueller f4ae459
Added new function to get the origin in a DaCe compatiple format.
philip-paul-mueller 73e302f
Not yet tested, but I think we can now use it, in some way.
philip-paul-mueller 7bb8760
I am not proud of it but seems to work.
philip-paul-mueller 9dbe0c9
Let's see what CI sais to the newest version.
philip-paul-mueller dd15370
Forcing types on a typeless language is like like (whatever you think…
philip-paul-mueller 84d60da
Relocated the code for generating `user_args`. Not ideal but currentl…
philip-paul-mueller d7fd2b6
Fixed a small bug.
philip-paul-mueller 5a6c241
Merge remote-tracking branch 'gt4py/main' into dace_nanobind_integration
philip-paul-mueller 8e8e91f
Updated dace.
philip-paul-mueller c2136e2
This makes the bindings code a bit nicer.
philip-paul-mueller 8b2b2bb
Updated the decorator.
philip-paul-mueller 8673709
Small Fix.
philip-paul-mueller 703c577
Small cleanup.
philip-paul-mueller 82163b6
Fixed a small bug.
philip-paul-mueller dde7a4e
Fixed a bug.
philip-paul-mueller e109d84
Had to place the function better.
philip-paul-mueller ffa095f
Deleted the old files that are no longer needed.
philip-paul-mueller be33c8a
Fixed some unit tests.
philip-paul-mueller 1268843
Had to put them back to make the orecstrator happy.
philip-paul-mueller 304f931
Fixed the test.
philip-paul-mueller a516466
Updated the unit tests.
philip-paul-mueller 1fbd203
Fixed some tests.
philip-paul-mueller fdd509b
Addressed some review comments.
philip-paul-mueller 3c1b44f
Some more changes and now it is also filtered out.
philip-paul-mueller 35aa61d
Addressed some reviews comments, but some unit tests need updating an…
philip-paul-mueller 6cf1c1b
Relocated the bindings code to the bindings module, i.e. the call.
philip-paul-mueller 334084b
Small modifications.
philip-paul-mueller 64fedd6
Updated the tests.
philip-paul-mueller 3256fcd
Merge remote-tracking branch 'gt4py/main' into dace_nanobind_integration
philip-paul-mueller 0d6a831
Updated DaCe.
philip-paul-mueller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
452 changes: 200 additions & 252 deletions
452
src/gt4py/next/program_processors/runners/dace/workflow/bindings.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.