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

Build C++ wheel #4340

Draft
wants to merge 67 commits into
base: branch-25.02
Choose a base branch
from
Draft

Build C++ wheel #4340

wants to merge 67 commits into from

Commits on Apr 12, 2024

  1. Get libcugraph building

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    50b83c8 View commit details
    Browse the repository at this point in the history
  2. Add entry point

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fdbaf78 View commit details
    Browse the repository at this point in the history
  3. Update dependencies.yaml

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a881784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1ef215 View commit details
    Browse the repository at this point in the history
  5. Add missing cupy dep

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a9789db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    990c3eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b0e3a9 View commit details
    Browse the repository at this point in the history
  8. Also load libcugraph_c

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a6c9cb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ac08db View commit details
    Browse the repository at this point in the history
  10. Enable GHA

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    396e7b3 View commit details
    Browse the repository at this point in the history
  11. Fix PR number for raft

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2c6617e View commit details
    Browse the repository at this point in the history
  12. Fix py variables

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    24c6c4c View commit details
    Browse the repository at this point in the history
  13. Use known raft commit

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8ca6820 View commit details
    Browse the repository at this point in the history
  14. Fix variable name

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ddf474b View commit details
    Browse the repository at this point in the history
  15. Turn off pure setting

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    eaafcc6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e274c9 View commit details
    Browse the repository at this point in the history
  17. Audit the C++ wheel

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a0ba13b View commit details
    Browse the repository at this point in the history
  18. Remove legacy code

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    14ed178 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d40482 View commit details
    Browse the repository at this point in the history
  20. Make wheel py3

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    84ad199 View commit details
    Browse the repository at this point in the history
  21. Clean up commit pulls

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    618ad3c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3fd2377 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    587d6f4 View commit details
    Browse the repository at this point in the history
  24. Add PIP_FIND_LINKS

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    47ef4a3 View commit details
    Browse the repository at this point in the history
  25. Update to use latest tools

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    11db8d5 View commit details
    Browse the repository at this point in the history
  26. Fix typo

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b6bdb38 View commit details
    Browse the repository at this point in the history
  27. Add excludes to auditwheel

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e4c026f View commit details
    Browse the repository at this point in the history
  28. Fix one more typo

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0f7cbb1 View commit details
    Browse the repository at this point in the history
  29. Reenable cugraph-ops

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    175c21b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f49c8b6 View commit details
    Browse the repository at this point in the history
  31. Use libcugraphops wheel

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    57a0d43 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    eed9f85 View commit details
    Browse the repository at this point in the history
  33. Download libcugraphops wheel

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cced123 View commit details
    Browse the repository at this point in the history
  34. Stop cloning extra repo

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8c650ff View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8c8c7c4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ec4fb45 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d044445 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a80132f View commit details
    Browse the repository at this point in the history
  39. Some cleanup

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d4c3742 View commit details
    Browse the repository at this point in the history
  40. Try restructuring CI

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1a24565 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    703a99a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d986c1c View commit details
    Browse the repository at this point in the history
  43. Update ci/test_wheel.sh

    vyasr authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ab1fc04 View commit details
    Browse the repository at this point in the history
  44. Add exec perms

    vyasr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7bd2b44 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f3051c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    7bcfb8b View commit details
    Browse the repository at this point in the history
  2. Remove unused build jobs

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    449e812 View commit details
    Browse the repository at this point in the history
  3. Some cleanup

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f41a3c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    857c495 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f47f56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be0896b View commit details
    Browse the repository at this point in the history
  7. Update cugraph-ops hash

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    121c23c View commit details
    Browse the repository at this point in the history
  8. Fix hash again

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bc6f85e View commit details
    Browse the repository at this point in the history
  9. Fix typo

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3436e51 View commit details
    Browse the repository at this point in the history
  10. Update test scripts

    vyasr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    12c9fc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Make VERSION file a symlink

    vyasr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cd8c8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57255b3 View commit details
    Browse the repository at this point in the history
  3. Remove incorrect package names

    vyasr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9c169f3 View commit details
    Browse the repository at this point in the history
  4. Fix cugraph-equivariant tests

    vyasr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    779a0b8 View commit details
    Browse the repository at this point in the history
  5. Use a consistent raft commit

    vyasr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    18ef0e0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    0da5611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6015f View commit details
    Browse the repository at this point in the history