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

Forward merge 22.12 into 23.02 #3033

Merged
merged 11 commits into from
Dec 2, 2022

Commits on Nov 4, 2022

  1. [HOTFIX] Update cuda-python dependency to 11.7.1 (rapidsai#2848)

    This should resolve a segfault we are seeing with `cuda-python=11.7.0` (rapidsai/cudf#11941).
    
    Authors:
       - Ashwin Srinath (https://github.com/shwina)
       - Bradley Dice (https://github.com/bdice)
       - Ray Douglass (https://github.com/raydouglass)
    
    Approvers:
       - Bradley Dice (https://github.com/bdice)
       - Brad Rees (https://github.com/BradReesWork)
       - Ray Douglass (https://github.com/raydouglass)
       - GALI PREM SAGAR (https://github.com/galipremsagar)
    shwina authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6bbdadf View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. PyG Monorepo Refactor (rapidsai#2905)

    Moves the PyG extensions to their own package.  Includes conda package configurations.
    
    - [x] File structure
    - [x] Enable CI
    - [x] Example integration test
    - [x] Double-check PyG dependency, conda channel
    
    Due to PyG 2.2 not being released on conda yet, it is not a hard dependency.  This will be resolved when PyG 2.2 is released with conda packages.  Going forward, we should encourage PyG to make their nightly builds available on conda so this issue does not occur again.
    
    Resolves rapidsai/graph_dl#48
    Resolves rapidsai/graph_dl#93
    
    Authors:
      - Alex Barghi (https://github.com/alexbarghi-nv)
      - Erik Welch (https://github.com/eriknw)
    
    Approvers:
      - Vibhu Jawa (https://github.com/VibhuJawa)
      - Rick Ratzel (https://github.com/rlratzel)
      - Brad Rees (https://github.com/BradReesWork)
      - Mark Sadang (https://github.com/msadang)
    
    URL: rapidsai#2905
    alexbarghi-nv authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    fb5298d View commit details
    Browse the repository at this point in the history
  2. Fix cluster startup script (rapidsai#2977)

    This PR fixes  cluster startup script
    
    Authors:
      - Vibhu Jawa (https://github.com/VibhuJawa)
    
    Approvers:
      - Alex Barghi (https://github.com/alexbarghi-nv)
      - Brad Rees (https://github.com/BradReesWork)
      - Rick Ratzel (https://github.com/rlratzel)
    
    URL: rapidsai#2977
    VibhuJawa authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    60f5e7b View commit details
    Browse the repository at this point in the history
  3. Shuffle the vertex pair (rapidsai#3002)

    An illegal memory access occurs when running the MG similarity algos at certain scale. This is caused by vertex pairs not being shuffled appropriately.
    This PR:
    1. Shuffle the vertex pairs based on the edge partitioning
    2. Update the the vertex pairs column names which are not necessarily edgelists
    3. Update the docstrings, tests and notebooks accordingly
    
    closes rapidsai#3001
    
    Authors:
      - Joseph Nke (https://github.com/jnke2016)
      - Chuck Hastings (https://github.com/ChuckHastings)
    
    Approvers:
      - Rick Ratzel (https://github.com/rlratzel)
      - Chuck Hastings (https://github.com/ChuckHastings)
    
    URL: rapidsai#3002
    jnke2016 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8148123 View commit details
    Browse the repository at this point in the history
  4. Updates experimental warning wrapper and PropertyGraph docs for corre…

    …ct experimental namespace name (rapidsai#3007)
    
    closes rapidsai#3006 
    
    * Updated experimental warning wrapper to also pass-through __doc__ attr
    * Updated PropertyGraph doc .rst file to use the proper experimental namespace.
    
    Authors:
      - Rick Ratzel (https://github.com/rlratzel)
    
    Approvers:
      - Brad Rees (https://github.com/BradReesWork)
    
    URL: rapidsai#3007
    rlratzel authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1f2d57e View commit details
    Browse the repository at this point in the history
  5. Add wheel builds (rapidsai#2964)

    This PR adds wheel building to cugraph.
    
    Also resolves rapidsai#3004.
    
    Authors:
      - Vyas Ramasubramani (https://github.com/vyasr)
      - Sevag H (https://github.com/sevagh)
      - Paul Taylor (https://github.com/trxcllnt)
    
    Approvers:
      - Joseph (https://github.com/jolorunyomi)
      - Brad Rees (https://github.com/BradReesWork)
      - Rick Ratzel (https://github.com/rlratzel)
    
    URL: rapidsai#2964
    vyasr authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    70ae668 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b76911 View commit details
    Browse the repository at this point in the history
  7. Merge pull request rapidsai#3008 from rlratzel/branch-22.12-merge-22.10

    Branch 22.12 merge 22.10
    raydouglass authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cb0d092 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Update dask-cuda version and disable wheel builds in CI (rapidsai#3009)

    We need to install dask-cuda from source during wheel builds for cugraph CI to pass because dask evolves too fast to pin. We also don't want to build wheels on every PR, so we'll need that disabled. I'll make that change once I confirm that wheel builds pass tests here.
    
    This PR also fixes an unrelated issue causing doctests to fail. I'm guessing that because the docstring is in tests/mg it isn't being discovered during conda gpuCI because we exclude that directory from the pytest command in ci/test.sh.
    
    Authors:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
      - Brad Rees (https://github.com/BradReesWork)
      - Sevag H (https://github.com/sevagh)
    
    URL: rapidsai#3009
    vyasr authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3a14275 View commit details
    Browse the repository at this point in the history
  2. Pin dask and distributed for release (rapidsai#2940)

    This PR pins `dask` and `distributed` to `2022.11.1` for `22.12` release.
    xref: rapidsai/cudf#12165
    
    Authors:
      - GALI PREM SAGAR (https://github.com/galipremsagar)
    
    Approvers:
      - Ray Douglass (https://github.com/raydouglass)
      - Brad Rees (https://github.com/BradReesWork)
    
    URL: rapidsai#2940
    galipremsagar authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1cfbfd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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