-
Notifications
You must be signed in to change notification settings - Fork 88
Implementing PUT routine #582
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d4b6d69
towards implementing put
ipdemes 4dd090a
fixing errors and improving test
ipdemes fc6ebe7
updating documentation
ipdemes 1d87fd7
code clean-up
ipdemes 15db53e
adding missig pragams for openmp
ipdemes d01e17c
fixing compile-time errors
ipdemes 48d1920
fixing mypy errors
ipdemes 458f1a2
fixing issue whith converting futures for put + modifying tests
ipdemes e67d0f3
adding check for repeated entires in indices array
ipdemes 5b8a301
fixing mypy errors
ipdemes dd5f0a3
Update error message for wrong clip mode
ipdemes ca965ed
update warning message
ipdemes 6e05573
adding _warn_and_convert function
ipdemes a821bf6
Merge branch 'put' of github.com:ipdemes/cunumeric into put
ipdemes 9ead87f
fixed formatting error
ipdemes 24cb096
fixing mypy errors
ipdemes ba0ec13
Merge remote-tracking branch 'origin/branch-22.10' into put
ipdemes 41e8406
addressing PR comments
ipdemes 4814b4c
Avoid emitting new warnings
manopapad 5f64cad
fixing logic for PUT in the case of transformed arrays
ipdemes d5c4414
_warn_and_convert checks the target type already
manopapad 9a8a3ca
addressing PR comments
ipdemes c91042a
Typo
manopapad 5d6c9fa
adding check for out-of-the-bounds indices
ipdemes 4ffae77
fixing the case when scalar walue needs to be wrapped
ipdemes f8af1de
adding bounds check to the cuda kernel
ipdemes f5b92d3
changing name of a bool variable in _convert_future_to_regionfield me…
ipdemes c893ee5
fixing the cases for scalar lhs in put operation
ipdemes 9edae62
fixing out of the bounds check for ZIP cuda kernel
ipdemes 7f59b15
fixing logic for negative indices
ipdemes 6a9545f
Merge remote-tracking branch 'origin/branch-22.12' into put
ipdemes ed60e72
Merge branch 'branch-22.12' into put
manopapad 67aa0ad
Update a leftover use of auto_convert
manopapad 88cca6d
addressing PR comments
ipdemes 92cf417
fixing logic for the bounds check
ipdemes e489d56
addressing PR comments
ipdemes d363758
Merge remote-tracking branch 'origin/branch-22.12' into put
ipdemes 58cd174
addressing PR comments
ipdemes 34fc00b
Merge remote-tracking branch 'origin/branch-22.12' into put
ipdemes be9f556
Merge branch 'branch-22.12' into put
ipdemes 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,5 +43,6 @@ Inserting data into arrays | |
| :toctree: generated/ | ||
|
|
||
| fill_diagonal | ||
| put | ||
| put_along_axis | ||
| place | ||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.