-
Notifications
You must be signed in to change notification settings - Fork 229
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
compiler: Unified Memory Allocator #2023
base: master
Are you sure you want to change the base?
Commits on Oct 19, 2022
-
dsl: Creates CupyAllocator class
Gustavo Coelho committedOct 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 0befd4e - Browse repository at this point
Copy the full SHA 0befd4eView commit details -
Gustavo Coelho committed
Oct 19, 2022 Configuration menu - View commit details
-
Copy full SHA for db87362 - Browse repository at this point
Copy the full SHA db87362View commit details -
dsl: Fix del method allowing the dealocation of the Cupy data
Gustavo Coelho committedOct 19, 2022 Configuration menu - View commit details
-
Copy full SHA for ef1f368 - Browse repository at this point
Copy the full SHA ef1f368View commit details -
dsl: Changes that exclude copyin and copyout pragmas from source code…
… if it is CupyAllocator
Gustavo Coelho committedOct 19, 2022 Configuration menu - View commit details
-
Copy full SHA for ca806b3 - Browse repository at this point
Copy the full SHA ca806b3View commit details
Commits on Oct 26, 2022
-
dsl: Remove the part of the code that makes the source code be genera…
…te without openacc pragmas
Gustavo Coelho committedOct 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 50cd534 - Browse repository at this point
Copy the full SHA 50cd534View commit details -
dsl: Change from CUPY_ALLOC to ALLOC_CUPY
Gustavo Coelho committedOct 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 539254c - Browse repository at this point
Copy the full SHA 539254cView commit details
Commits on Oct 27, 2022
-
dsl: Update CupyAllocator's mem_free_args as a tuple, allowing remova…
…l of conditional inside 'del' method
Gustavo Coelho committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for ddb5991 - Browse repository at this point
Copy the full SHA ddb5991View commit details -
misc: Fix indentation and comments
Gustavo Coelho committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for d337ac8 - Browse repository at this point
Copy the full SHA d337ac8View commit details
Commits on Nov 4, 2022
-
dsl: Update free method inside CupyAllocator
Gustavo Coelho committedNov 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 6511b06 - Browse repository at this point
Copy the full SHA 6511b06View commit details
Commits on Feb 7, 2023
-
tests: Add test to unified memory allocator
Gustavo Coelho committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for ce12f56 - Browse repository at this point
Copy the full SHA ce12f56View commit details
Commits on Mar 8, 2023
-
dsl: Add conditional import for Cupy module
Gustavo Coelho committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ce03ba - Browse repository at this point
Copy the full SHA 3ce03baView commit details -
test: Update tests adding a class responsible for test external and u…
…ma allocators
Gustavo Coelho committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for f4231e2 - Browse repository at this point
Copy the full SHA f4231e2View commit details
Commits on Apr 13, 2023
-
dsl: Changing import cupy from init() to initialize()
Gustavo Coelho committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c4444a1 - Browse repository at this point
Copy the full SHA c4444a1View commit details
Commits on Apr 24, 2023
-
dsl: Update to fix the problem when ALLOC_CUPY tries to alloc data wi…
…th size = 0 (MPI)
Gustavo Coelho committedApr 24, 2023 Configuration menu - View commit details
-
Copy full SHA for f3f90c1 - Browse repository at this point
Copy the full SHA f3f90c1View commit details
Commits on May 11, 2023
-
dsl: Update CupyAllocator to run at multiples nodes using MPI
Gustavo Coelho committedMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 41838ae - Browse repository at this point
Copy the full SHA 41838aeView commit details
Commits on May 17, 2023
-
dsl: Fix CupyAllocator to properly support MPI execution.
Gustavo Coelho committedMay 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 241e444 - Browse repository at this point
Copy the full SHA 241e444View commit details -
Gustavo Coelho committed
May 17, 2023 Configuration menu - View commit details
-
Copy full SHA for e724ffb - Browse repository at this point
Copy the full SHA e724ffbView commit details
Commits on Mar 8, 2024
-
misc: Removes unwanted leftover comments.
Gustavo Coelho committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 9379b31 - Browse repository at this point
Copy the full SHA 9379b31View commit details -
dsl: Update the way MPI is imported at CupyAllocator
Gustavo Coelho committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7814a46 - Browse repository at this point
Copy the full SHA 7814a46View commit details -
Gustavo Coelho committed
Mar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 6df7a06 - Browse repository at this point
Copy the full SHA 6df7a06View commit details -
dsl: Update "except" to "except ImportError". Other errors should be …
…caught
Gustavo Coelho committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 76dcdb1 - Browse repository at this point
Copy the full SHA 76dcdb1View commit details -
tests: Update memory allocator test to use skipif('nodevice')
Gustavo Coelho committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ad6611 - Browse repository at this point
Copy the full SHA 6ad6611View commit details
Commits on Mar 18, 2024
-
dsl: Update of the way data type allocation is defined
Gustavo Coelho committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 92ba35c - Browse repository at this point
Copy the full SHA 92ba35cView commit details