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

[REVIEW] Updated cuxfilter to 0.18, removed datashader indirect dependency in conda dev .yml files #1311

Merged
merged 6 commits into from
Dec 17, 2020

Commits on Dec 10, 2020

  1. Updated cuxfilter to 0.18

    rlratzel committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    1effdd6 View commit details
    Browse the repository at this point in the history
  2. Removing datashader dep since it's not a direct dependency and is ins…

    …tead pulled in via cuxfilter.
    rlratzel committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    22994b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

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

Commits on Dec 17, 2020

  1. Moved call to number_of_vertices() since it performs a cudf operation…

    … that has a side effect of moving device data, and if this is called after pointer values are assigned to pass to C++, the C++ code will not get the correct pointers. This is a cudf bug and they have already been notified.
    rlratzel committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    28daab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f447f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566b4a8 View commit details
    Browse the repository at this point in the history