-
Notifications
You must be signed in to change notification settings - Fork 163
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
Support/Enforce dtype for empty() #2294
Merged
Merged
+1,407
−400
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b99b13 - Browse repository at this point
Copy the full SHA 9b99b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eab8a7 - Browse repository at this point
Copy the full SHA 5eab8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd78f27 - Browse repository at this point
Copy the full SHA fd78f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for a053339 - Browse repository at this point
Copy the full SHA a053339View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b6ee1 - Browse repository at this point
Copy the full SHA f0b6ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 455de7e - Browse repository at this point
Copy the full SHA 455de7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36a37d - Browse repository at this point
Copy the full SHA b36a37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaec0ac - Browse repository at this point
Copy the full SHA eaec0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a5b35 - Browse repository at this point
Copy the full SHA 26a5b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5171314 - Browse repository at this point
Copy the full SHA 5171314View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59961b - Browse repository at this point
Copy the full SHA c59961bView commit details -
ASR: Support Allocate statement using empty()
We handle Allocatable statement with empty() in visit_Call(). This removes the need of check_to_allocate_array() and extra checking needed for it in visit_AnnAssignUtil(), visit_Assign(). Thus, making code clean.
Configuration menu - View commit details
-
Copy full SHA for ca516bc - Browse repository at this point
Copy the full SHA ca516bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6741b5 - Browse repository at this point
Copy the full SHA a6741b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6a579 - Browse repository at this point
Copy the full SHA 8d6a579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 976905f - Browse repository at this point
Copy the full SHA 976905fView commit details -
TEST: Make err bound less stricter for elemental_02
Previously, the test was using float64 (which is the default value for dtype). After providing the value of dtype=float32 the test seems to fail sometimes. Therefore, making the error bound less stricter.
Configuration menu - View commit details
-
Copy full SHA for 289e6e2 - Browse repository at this point
Copy the full SHA 289e6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3151c6 - Browse repository at this point
Copy the full SHA a3151c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b31d5 - Browse repository at this point
Copy the full SHA d0b31d5View commit details
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.