-
Notifications
You must be signed in to change notification settings - Fork 31
[DO NOT MERGE] Test Python limited API compilation #278
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
base: branch-25.06
Are you sure you want to change the base?
Conversation
cugraph-ops fix PR here: https://github.com/rapidsai/cugraph-ops/pull/637 |
@vyasr is your intention to merge this into the repo, or just open this PR so you can validate the change in CI? |
@trxcllnt this is just for testing, and to make it easier to track changes in a way that's visible to others (and also to help collaboration since setting up an environment for testing this is a bit nontrivial). Hope that's all right. I'll mark the PR as DO NOT MERGE to clearly indicate that this isn't just temporarily in draft, it'll never be opened. |
features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml
Outdated
Show resolved
Hide resolved
features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml
Outdated
Show resolved
Hide resolved
features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml
Outdated
Show resolved
Hide resolved
682e09a
to
c9791a4
Compare
/ok to test |
9ffb7c1
to
6327785
Compare
I hadn't revisited kvikio's usage of CPython's functions outside the limited API since #504, and while reviving rapidsai/devcontainers#278 I found that these usages persist and are easy enough to remove. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) URL: #692
This PR is leveraging the convenience of the devcontainer framework for having a long-lived test of this functionality exist in a reproducible fashion.