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

Support/Enforce dtype for empty() #2294

Merged
merged 18 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    9b99b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eab8a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd78f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a053339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0b6ee1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    455de7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b36a37d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaec0ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26a5b35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5171314 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c59961b View commit details
    Browse the repository at this point in the history
  12. 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.
    Shaikh-Ubaid committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ca516bc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6741b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d6a579 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    976905f View commit details
    Browse the repository at this point in the history
  16. 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.
    Shaikh-Ubaid committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    289e6e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3151c6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d0b31d5 View commit details
    Browse the repository at this point in the history