-
Notifications
You must be signed in to change notification settings - Fork 25
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rapidsai/gputreeshap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.02.00
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rapidsai/gputreeshap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 23 files changed
- 10 contributors
Commits on Aug 23, 2022
-
Include thrust/sort header (#34)
* Include thrust/sort header * Drop unused CC and CXX CI now uses conda compilers, not CC/CXX * Rename docs_cuml target to docs_gputreeshap
Configuration menu - View commit details
-
Copy full SHA for 78e3548 - Browse repository at this point
Copy the full SHA 78e3548View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for acb5be3 - Browse repository at this point
Copy the full SHA acb5be3View commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 787259b - Browse repository at this point
Copy the full SHA 787259bView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42f05b9 - Browse repository at this point
Copy the full SHA 42f05b9View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87ca83b - Browse repository at this point
Copy the full SHA 87ca83bView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2337231 - Browse repository at this point
Copy the full SHA 2337231View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae94690 - Browse repository at this point
Copy the full SHA ae94690View commit details
Commits on Aug 28, 2023
-
This PR replaces the `copy_prs` functionality from the `ops-bot` with the new dedicated `copy-pr-bot` GitHub application. Thorough documentation for the new `copy-pr-bot` application can be viewed below. - https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/ **Important**: `copy-pr-bot` enforces signed commits. If an organization member opens a PR that contains unsigned commits, it will be deemed untrusted and therefore require an `/ok to test` comment. See the GitHub docs [here](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) for information on how to set up commit signing. Any time a PR is deemed untrusted, it will receive a comment that looks like this: rapidsai/ci-imgs#63 (comment). Every subsequent commit on an untrusted PR will require an additional `/ok to test` comment. Any existing PRs that have unsigned commits after this change is merged will require an `/ok to test` comment for each subsequent commit _or_ the PR can be rebased to include signed commits as mentioned in the docs below: https://docs.gha-runners.nvidia.com/cpr/contributors. This information is all included on the documentation page linked above. _I've skipped CI on this PR since it's not a change that is tested._ [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 854070d - Browse repository at this point
Copy the full SHA 854070dView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b4429f - Browse repository at this point
Copy the full SHA 0b4429fView commit details
Commits on Dec 12, 2023
-
Correct #20054-D errors found when compiling on ARM
The nvcc compiler on ARM is more stringent and detects incorrect shared memory usage in kernels. The static shared memory approach only works with default constructor types. So we update `PathElement` to properly follow default construction rules.
Configuration menu - View commit details
-
Copy full SHA for ba0d5c8 - Browse repository at this point
Copy the full SHA ba0d5c8View commit details
Commits on Jan 17, 2024
-
Merge pull request #42 from robertmaynard/bug/correct_arm_compile_issues
Correct #20054-D errors found when compiling on ARM
Configuration menu - View commit details
-
Copy full SHA for 9d32df8 - Browse repository at this point
Copy the full SHA 9d32df8View commit details
Commits on Mar 18, 2024
-
Update script input name (#44)
* updating script input * update workflow branch target
Configuration menu - View commit details
-
Copy full SHA for fda0aab - Browse repository at this point
Copy the full SHA fda0aabView commit details
Commits on Apr 2, 2024
-
* Add dependency on CUDA. * Pin same compilers as rest of RAPIDS. * Remove extra else(). * Use other compiler packages. * Remove sysroot. * Several changes to make CI pass. * Update to 24.04. Closes #47. * Fix lint. * Update style checks to use pre-commit. * Add checks to dependencies.yaml. * Cleanup. * Add checks file key.
Configuration menu - View commit details
-
Copy full SHA for fc77757 - Browse repository at this point
Copy the full SHA fc77757View commit details -
Use
conda env create --yes
instead of--force
(#45)* Use `conda env create --yes` instead of `--force`. * Update copyright.
Configuration menu - View commit details
-
Copy full SHA for d6413a1 - Browse repository at this point
Copy the full SHA d6413a1View commit details
Commits on Jun 7, 2024
-
Adopt CI/packaging codeowners (#48)
* Adopt CI/packaging codeowners * Update .github/CODEOWNERS Co-authored-by: Bradley Dice <bdice@bradleydice.com> --------- Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Configuration menu - View commit details
-
Copy full SHA for b070509 - Browse repository at this point
Copy the full SHA b070509View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55441c4 - Browse repository at this point
Copy the full SHA 55441c4View commit details
Commits on Aug 19, 2024
-
Avoid the use of shared variables. (#50)
- Use register instead. - Fix Python benchmark script with latest pandas and XGBoost. - Update the CI. --------- Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Configuration menu - View commit details
-
Copy full SHA for 40eae8c - Browse repository at this point
Copy the full SHA 40eae8cView commit details
There are no files selected for viewing