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

WIP: Aggregate received data into a large allocation #3453

Closed
wants to merge 6 commits into from

Commits on Feb 6, 2020

  1. Add as_cuda_array

    jakirkham committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5e935f8 View commit details
    Browse the repository at this point in the history
  2. Coerce DeviceBuffer to Numba DeviceNDArray

    As we need to index into the object and `DeviceBuffer` currently lacks a
    way to index it, go ahead and coerce `DeviceBuffer`s to Numba
    `DeviceNDArray`s. This way we can be sure we will be able to index it
    when needed.
    jakirkham committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    bd3b0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cbf12 View commit details
    Browse the repository at this point in the history
  4. Aggregate allocations

    jakirkham committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9040498 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    ce5d468 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    59ca551 View commit details
    Browse the repository at this point in the history