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

Teste #1

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Teste #1

wants to merge 19 commits into from

Commits on Mar 8, 2024

  1. dsl: Creates CupyAllocator class

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2a6961c View commit details
    Browse the repository at this point in the history
  2. misc: Fix indentation

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2fc709b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56ce13 View commit details
    Browse the repository at this point in the history
  4. dsl: Changes that exclude copyin and copyout pragmas from source code…

    … if it is CupyAllocator
    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    516fcf9 View commit details
    Browse the repository at this point in the history
  5. dsl: Change from CUPY_ALLOC to ALLOC_CUPY

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ae497a0 View commit details
    Browse the repository at this point in the history
  6. dsl: Update CupyAllocator's mem_free_args as a tuple, allowing remova…

    …l of conditional inside 'del' method
    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    607fb7e View commit details
    Browse the repository at this point in the history
  7. misc: Fix indentation and comments

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ad62c51 View commit details
    Browse the repository at this point in the history
  8. dsl: Update free method inside CupyAllocator

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7c3d674 View commit details
    Browse the repository at this point in the history
  9. tests: Add test to unified memory allocator

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2457cbd View commit details
    Browse the repository at this point in the history
  10. dsl: Add conditional import for Cupy module

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    09a2dce View commit details
    Browse the repository at this point in the history
  11. test: Update tests adding a class responsible for test external and u…

    …ma allocators
    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c7e635e View commit details
    Browse the repository at this point in the history
  12. dsl: Changing import cupy from init() to initialize()

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    93c46fc View commit details
    Browse the repository at this point in the history
  13. dsl: Update to fix the problem when ALLOC_CUPY tries to alloc data wi…

    …th size = 0 (MPI)
    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a45495c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b35ed70 View commit details
    Browse the repository at this point in the history
  15. dsl: Fix CupyAllocator to properly support MPI execution.

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    688f725 View commit details
    Browse the repository at this point in the history
  16. misc: Fix indentation

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    320f519 View commit details
    Browse the repository at this point in the history
  17. misc: Removes unwanted leftover comments.

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d384c8b View commit details
    Browse the repository at this point in the history
  18. dsl: Update the way MPI is imported at CupyAllocator

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e9717ba View commit details
    Browse the repository at this point in the history
  19. misc: Add explanatory comment

    Gustavo Coelho committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b748a5f View commit details
    Browse the repository at this point in the history