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

Faster Call for CompiledSDFG #1467

Merged
merged 28 commits into from
Jan 4, 2024
Merged
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
20c6295
It is now possible to wite `math.nan` in a (Python) tasklet.
philip-paul-mueller Nov 21, 2023
93e86e6
Fixed some bugs with the `typeless_nan`.
philip-paul-mueller Nov 21, 2023
a07eede
Removed the exception in the `int` convertion of the `typeless_nan`.
philip-paul-mueller Nov 22, 2023
8a9cb2c
Modified how the function hijacking for `typeless_nan` behaves.
philip-paul-mueller Nov 22, 2023
724a4d1
Merge remote-tracking branch 'spcl/master' into nan_in_math
philip-paul-mueller Nov 22, 2023
d4a656e
Merge branch 'master' into nan_in_math
philip-paul-mueller Nov 30, 2023
9b7254e
New way to call a `CompiledSDFG` object.
philip-paul-mueller Dec 4, 2023
d2a1c85
Split `CompiledSDFG._construct_args()`.
philip-paul-mueller Dec 4, 2023
f629887
Fixed some issue that only surfaced diring the tests.
philip-paul-mueller Dec 4, 2023
a14d6c0
Fixed a missing argument.
philip-paul-mueller Dec 4, 2023
206be9b
Merge remote-tracking branch 'spcl/master' into new_call_method
philip-paul-mueller Dec 6, 2023
f22c7ad
Merge remote-tracking branch 'spcl/master' into new_call_method
Dec 16, 2023
ac2bcc4
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
ebad5e6
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
b8d7743
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
d85fd2f
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
eb6f719
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
8f8b101
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
be10506
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
ddd18c1
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
f600304
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
c4a8881
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
8e5b657
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
57017f8
Update dace/codegen/compiled_sdfg.py
philip-paul-mueller Dec 21, 2023
eb0198a
Addressed Tal's suggestions.
philip-paul-mueller Dec 21, 2023
ff3ced3
Updated the computation of the arguments.
Dec 27, 2023
1a1fca4
Merged the `_construct_args()` back into one function.
Dec 27, 2023
310479b
Made a small correction.
Dec 27, 2023
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
Loading
Loading