-
Notifications
You must be signed in to change notification settings - Fork 198
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
[WIP] Windows compilation #1298
base: branch-23.08
Are you sure you want to change the base?
[WIP] Windows compilation #1298
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf5d799 - Browse repository at this point
Copy the full SHA bf5d799View commit details -
Configuration menu - View commit details
-
Copy full SHA for db73b0e - Browse repository at this point
Copy the full SHA db73b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7e999 - Browse repository at this point
Copy the full SHA cb7e999View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e15b9 - Browse repository at this point
Copy the full SHA c8e15b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a18f4 - Browse repository at this point
Copy the full SHA b9a18f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d04f09 - Browse repository at this point
Copy the full SHA 8d04f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dce2bd - Browse repository at this point
Copy the full SHA 1dce2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179dbe7 - Browse repository at this point
Copy the full SHA 179dbe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bae4e2 - Browse repository at this point
Copy the full SHA 8bae4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7342d - Browse repository at this point
Copy the full SHA ba7342dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0890f - Browse repository at this point
Copy the full SHA 3e0890fView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07823b8 - Browse repository at this point
Copy the full SHA 07823b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf40a4 - Browse repository at this point
Copy the full SHA 3bf40a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479c03a - Browse repository at this point
Copy the full SHA 479c03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21294aa - Browse repository at this point
Copy the full SHA 21294aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97dc96 - Browse repository at this point
Copy the full SHA f97dc96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1bb46 - Browse repository at this point
Copy the full SHA 6b1bb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71435c1 - Browse repository at this point
Copy the full SHA 71435c1View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c856005 - Browse repository at this point
Copy the full SHA c856005View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d95674 - Browse repository at this point
Copy the full SHA 0d95674View commit details -
Merge pull request rapidsai#1309 from vyasr/branch-23.10-merge-23.08
Replaces rapidsai#1308 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Mark Harris (https://github.com/harrism) - AJ Schmidt (https://github.com/ajschmidt8)
Configuration menu - View commit details
-
Copy full SHA for 8efecbc - Browse repository at this point
Copy the full SHA 8efecbcView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce45193 - Browse repository at this point
Copy the full SHA ce45193View commit details -
Merge pull request rapidsai#1312 from vyasr/branch-23.10-merge-23.08
Branch 23.10 merge 23.08
Configuration menu - View commit details
-
Copy full SHA for 5cbb248 - Browse repository at this point
Copy the full SHA 5cbb248View commit details
Commits on Aug 1, 2023
-
Use fetch_rapids.cmake. (rapidsai#1319)
This PR migrates RMM to use `fetch_rapids.cmake` like most RAPIDS repos. This makes it easier to define a single source if the upstream branch of rapids-cmake needs to change for testing, like in rapidsai#1247. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) - Robert Maynard (https://github.com/robertmaynard) URL: rapidsai#1319
Configuration menu - View commit details
-
Copy full SHA for c4618eb - Browse repository at this point
Copy the full SHA c4618ebView commit details
Commits on Aug 4, 2023
-
Update to Cython 3.0.0 (rapidsai#1313)
This PR contains the minimal set of changes to compile using Cython 3 without warnings. Future PRs can be made to take advantage of new or improved features. The specific changes are: - Ensuring `nogil` always comes after `except`. `except * nogil` is a compile-time error in Cython 3 - Adding `noexcept` or `except *` to any `cdef ` functions missing them. In Cython 0.29 these would default to `noexcept`, which meant that exceptions would not be properly propagated. In Cython 3.0.0, these default to `except *`, which incurs a performance penalty for reacquiring the GIL to check the exception value even for `nogil` functions. Being explicit here is important. There are a large number of outstanding warnings due to NVIDIA/cuda-python#44. cuda-python for CUDA 12 has the necessary fix, but we will need a cuda-python 11.8.* bugfix with a backport to make those warnings go away. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Ashwin Srinath (https://github.com/shwina) - Lawrence Mitchell (https://github.com/wence-) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#1313
Configuration menu - View commit details
-
Copy full SHA for 2376e08 - Browse repository at this point
Copy the full SHA 2376e08View commit details
Commits on Aug 7, 2023
-
Treat warnings as errors in Python documentation (rapidsai#1316)
This will allow us to more easily audit the quality of our docs in CI going forward. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - Lawrence Mitchell (https://github.com/wence-) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#1316
Configuration menu - View commit details
-
Copy full SHA for cd37245 - Browse repository at this point
Copy the full SHA cd37245View commit details
Commits on Aug 9, 2023
-
Merge pull request rapidsai#1323 from rapidsai/branch-23.08
Forward-merge branch-23.08 to branch-23.10
Configuration menu - View commit details
-
Copy full SHA for 934b8d9 - Browse repository at this point
Copy the full SHA 934b8d9View commit details
Commits on Aug 10, 2023
-
Fix missing jQuery error in docs (rapidsai#1321)
The latest versions `4.1` and `4.0` of `sphinxcontrib-jquery` have an issue with jQuery installed currently in sphinx. This is causing the search functionality to fail so I've pinned the version to `3.0.0`, this resolves the issue. Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - https://github.com/jakirkham - AJ Schmidt (https://github.com/ajschmidt8)
Configuration menu - View commit details
-
Copy full SHA for 663e659 - Browse repository at this point
Copy the full SHA 663e659View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b47ad1 - Browse repository at this point
Copy the full SHA 7b47ad1View commit details