Skip to content

Commit d403b76

Browse files
committed
Merge pull request #1687 from rapidsai/branch-24.10
2 parents 5aa8ebe + afe0a33 commit d403b76

File tree

115 files changed

+1655
-712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1655
-712
lines changed

.devcontainer/cuda11.8-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:24.08-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda11.8-pip/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:24.08-cpp-cuda11.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-cuda11.8-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.5-conda/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "12.5",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:24.08-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda12.5-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda12.5-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.5-pip/devcontainer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "12.5",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:24.08-cpp-cuda12.5-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.10-cpp-cuda12.5-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.08-cuda12.5-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-24.10-cuda12.5-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.8": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.10": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.github/workflows/build.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.10
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -37,7 +37,7 @@ jobs:
3737
python-build:
3838
needs: [cpp-build]
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
@@ -46,7 +46,7 @@ jobs:
4646
upload-conda:
4747
needs: [cpp-build, python-build]
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
5050
with:
5151
build_type: ${{ inputs.build_type || 'branch' }}
5252
branch: ${{ inputs.branch }}
@@ -56,7 +56,7 @@ jobs:
5656
if: github.ref_type == 'branch'
5757
needs: python-build
5858
secrets: inherit
59-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
59+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
6060
with:
6161
build_type: ${{ inputs.build_type || 'branch' }}
6262
branch: ${{ inputs.branch }}
@@ -68,7 +68,7 @@ jobs:
6868
run_script: "ci/build_docs.sh"
6969
wheel-build-cpp:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
7272
with:
7373
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7474
build_type: ${{ inputs.build_type || 'branch' }}
@@ -79,7 +79,7 @@ jobs:
7979
wheel-build-python:
8080
needs: wheel-build-cpp
8181
secrets: inherit
82-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
82+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
8383
with:
8484
build_type: ${{ inputs.build_type || 'branch' }}
8585
branch: ${{ inputs.branch }}
@@ -89,7 +89,7 @@ jobs:
8989
wheel-publish-cpp:
9090
needs: wheel-build-cpp
9191
secrets: inherit
92-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
92+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
9393
with:
9494
build_type: ${{ inputs.build_type || 'branch' }}
9595
branch: ${{ inputs.branch }}
@@ -100,7 +100,7 @@ jobs:
100100
wheel-publish-python:
101101
needs: wheel-build-python
102102
secrets: inherit
103-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
103+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
104104
with:
105105
build_type: ${{ inputs.build_type || 'branch' }}
106106
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@ jobs:
2323
- wheel-tests
2424
- devcontainer
2525
secrets: inherit
26-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
26+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10
2727
checks:
2828
secrets: inherit
29-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
29+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
3030
with:
3131
enable_check_generated_files: false
3232
conda-cpp-build:
3333
needs: checks
3434
secrets: inherit
35-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
35+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.10
3636
with:
3737
build_type: pull-request
3838
conda-cpp-tests:
3939
needs: conda-cpp-build
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
41+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.10
4242
with:
4343
build_type: pull-request
4444
conda-python-build:
4545
needs: conda-cpp-build
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
47+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
4848
with:
4949
build_type: pull-request
5050
conda-python-tests:
5151
needs: conda-python-build
5252
secrets: inherit
53-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
53+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
5454
with:
5555
build_type: pull-request
5656
docs-build:
5757
needs: conda-python-build
5858
secrets: inherit
59-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
59+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
6060
with:
6161
build_type: pull-request
6262
node_type: "gpu-v100-latest-1"
@@ -66,28 +66,28 @@ jobs:
6666
wheel-build-cpp:
6767
needs: checks
6868
secrets: inherit
69-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
69+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
7070
with:
7171
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
7272
build_type: pull-request
7373
script: ci/build_wheel_cpp.sh
7474
wheel-build-python:
7575
needs: wheel-build-cpp
7676
secrets: inherit
77-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
77+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
7878
with:
7979
build_type: pull-request
8080
script: ci/build_wheel_python.sh
8181
wheel-tests:
8282
needs: wheel-build-python
8383
secrets: inherit
84-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
84+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
8585
with:
8686
build_type: pull-request
8787
script: ci/test_wheel.sh
8888
devcontainer:
8989
secrets: inherit
90-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.08
90+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.10
9191
with:
9292
arch: '["amd64"]'
9393
cuda: '["12.5"]'

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ on:
1616
jobs:
1717
cpp-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
19+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.10
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}
2323
date: ${{ inputs.date }}
2424
sha: ${{ inputs.sha }}
2525
python-tests:
2626
secrets: inherit
27-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
27+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
2828
with:
2929
build_type: nightly
3030
branch: ${{ inputs.branch }}
3131
date: ${{ inputs.date }}
3232
sha: ${{ inputs.sha }}
3333
wheel-tests:
3434
secrets: inherit
35-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
35+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
3636
with:
3737
build_type: nightly
3838
branch: ${{ inputs.branch }}

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
- id: ruff
7878
files: python/.*$
7979
- repo: https://github.com/rapidsai/pre-commit-hooks
80-
rev: v0.2.0
80+
rev: v0.4.0
8181
hooks:
8282
- id: verify-copyright
8383
- id: verify-alpha-spec

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# rmm 24.10.00 (9 Oct 2024)
2+
3+
## 🚨 Breaking Changes
4+
5+
- Inline functions that return static references must have default visibility ([#1653](https://github.com/rapidsai/rmm/pull/1653)) [@wence-](https://github.com/wence-)
6+
- Hide visibility of non-public symbols ([#1644](https://github.com/rapidsai/rmm/pull/1644)) [@jameslamb](https://github.com/jameslamb)
7+
- Deprecate adaptor factories. ([#1626](https://github.com/rapidsai/rmm/pull/1626)) [@bdice](https://github.com/bdice)
8+
9+
## 🐛 Bug Fixes
10+
11+
- Add missing include to `resource_ref.hpp` ([#1677](https://github.com/rapidsai/rmm/pull/1677)) [@miscco](https://github.com/miscco)
12+
- Remove the friend declaration with an attribute ([#1669](https://github.com/rapidsai/rmm/pull/1669)) [@kingcrimsontianyu](https://github.com/kingcrimsontianyu)
13+
- Fix `build.sh clean` to delete python build directory ([#1658](https://github.com/rapidsai/rmm/pull/1658)) [@rongou](https://github.com/rongou)
14+
- Stream synchronize before deallocating SAM ([#1655](https://github.com/rapidsai/rmm/pull/1655)) [@rongou](https://github.com/rongou)
15+
- Explicitly mark RMM headers with `RMM_EXPORT` ([#1654](https://github.com/rapidsai/rmm/pull/1654)) [@robertmaynard](https://github.com/robertmaynard)
16+
- Inline functions that return static references must have default visibility ([#1653](https://github.com/rapidsai/rmm/pull/1653)) [@wence-](https://github.com/wence-)
17+
- Use `tool.scikit-build.cmake.version` ([#1637](https://github.com/rapidsai/rmm/pull/1637)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
18+
19+
## 📖 Documentation
20+
21+
- Recommend `miniforge` for conda install. ([#1681](https://github.com/rapidsai/rmm/pull/1681)) [@bdice](https://github.com/bdice)
22+
- Fix docs cross reference in DeviceBuffer.prefetch ([#1636](https://github.com/rapidsai/rmm/pull/1636)) [@bdice](https://github.com/bdice)
23+
24+
## 🚀 New Features
25+
26+
- [FEA] Allow setting `*_pool_size` with human-readable string ([#1670](https://github.com/rapidsai/rmm/pull/1670)) [@Matt711](https://github.com/Matt711)
27+
- Update RMM adaptors, containers and tests to use get/set_current_device_resource_ref() ([#1661](https://github.com/rapidsai/rmm/pull/1661)) [@harrism](https://github.com/harrism)
28+
- Deprecate adaptor factories. ([#1626](https://github.com/rapidsai/rmm/pull/1626)) [@bdice](https://github.com/bdice)
29+
- Allow testing of earliest/latest dependencies ([#1613](https://github.com/rapidsai/rmm/pull/1613)) [@seberg](https://github.com/seberg)
30+
- Add resource_ref versions of get/set_current_device_resource ([#1598](https://github.com/rapidsai/rmm/pull/1598)) [@harrism](https://github.com/harrism)
31+
32+
## 🛠️ Improvements
33+
34+
- Update update-version.sh to use packaging lib ([#1685](https://github.com/rapidsai/rmm/pull/1685)) [@AyodeAwe](https://github.com/AyodeAwe)
35+
- Use CI workflow branch 'branch-24.10' again ([#1683](https://github.com/rapidsai/rmm/pull/1683)) [@jameslamb](https://github.com/jameslamb)
36+
- Update fmt (to 11.0.2) and spdlog (to 1.14.1). ([#1678](https://github.com/rapidsai/rmm/pull/1678)) [@jameslamb](https://github.com/jameslamb)
37+
- Attempt to address oom failures in test suite ([#1672](https://github.com/rapidsai/rmm/pull/1672)) [@wence-](https://github.com/wence-)
38+
- Add support for Python 3.12 ([#1666](https://github.com/rapidsai/rmm/pull/1666)) [@jameslamb](https://github.com/jameslamb)
39+
- Update rapidsai/pre-commit-hooks ([#1663](https://github.com/rapidsai/rmm/pull/1663)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
40+
- Drop Python 3.9 support ([#1659](https://github.com/rapidsai/rmm/pull/1659)) [@jameslamb](https://github.com/jameslamb)
41+
- Remove NumPy <2 pin ([#1650](https://github.com/rapidsai/rmm/pull/1650)) [@seberg](https://github.com/seberg)
42+
- Hide visibility of non-public symbols ([#1644](https://github.com/rapidsai/rmm/pull/1644)) [@jameslamb](https://github.com/jameslamb)
43+
- Update pre-commit hooks ([#1643](https://github.com/rapidsai/rmm/pull/1643)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
44+
- Improve update-version.sh ([#1640](https://github.com/rapidsai/rmm/pull/1640)) [@bdice](https://github.com/bdice)
45+
- Install headers into `${CMAKE_INSTALL_INCLUDEDIR}` ([#1633](https://github.com/rapidsai/rmm/pull/1633)) [@KyleFromNVIDIA](https://github.com/KyleFromNVIDIA)
46+
- Merge branch-24.08 into branch-24.10 ([#1631](https://github.com/rapidsai/rmm/pull/1631)) [@jameslamb](https://github.com/jameslamb)
47+
148
# rmm 24.08.00 (7 Aug 2024)
249

350
## 🚨 Breaking Changes

CMakeLists.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,14 @@ endif()
142142
# ##################################################################################################
143143
# * install targets --------------------------------------------------------------------------------
144144

145+
include(GNUInstallDirs)
145146
include(CPack)
146147

147148
# install export targets
148149
install(TARGETS rmm EXPORT rmm-exports)
149-
install(DIRECTORY include/rmm/ DESTINATION include/rmm)
150-
install(FILES ${RMM_BINARY_DIR}/include/rmm/version_config.hpp DESTINATION include/rmm)
150+
install(DIRECTORY include/rmm/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rmm)
151+
install(FILES ${RMM_BINARY_DIR}/include/rmm/version_config.hpp
152+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rmm)
151153

152154
set(doc_string
153155
[=[

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ For a walkthrough about the design of the RAPIDS Memory Manager, read [Fast, Fle
3333

3434
### Conda
3535

36-
RMM can be installed with Conda ([miniconda](https://conda.io/miniconda.html), or the full
37-
[Anaconda distribution](https://www.anaconda.com/download)) from the `rapidsai` channel:
36+
RMM can be installed with conda. You can get a minimal conda installation with [miniforge](https://github.com/conda-forge/miniforge).
37+
38+
Install RMM with:
3839

3940
```bash
4041
conda install -c rapidsai -c conda-forge -c nvidia rmm cuda-version=12.0
4142
```
4243

43-
We also provide [nightly Conda packages](https://anaconda.org/rapidsai-nightly) built from the HEAD
44+
We also provide [nightly conda packages](https://anaconda.org/rapidsai-nightly) built from the HEAD
4445
of our latest development branch.
4546

46-
Note: RMM is supported only on Linux, and only tested with Python versions 3.9, 3.10, and 3.11.
47+
Note: RMM is supported only on Linux, and only tested with Python versions 3.10, 3.11, and 3.12.
4748

48-
Note: The RMM package from Conda requires building with GCC 9 or later. Otherwise, your application may fail to build.
49+
Note: The RMM package from conda requires building with GCC 9 or later. Otherwise, your application may fail to build.
4950

5051
See the [Get RAPIDS version picker](https://rapids.ai/start.html) for more OS and version info.
5152

@@ -478,7 +479,7 @@ rmm::cuda_stream stream;
478479
rmm::mr::polymorphic_allocator<int> stream_alloc;
479480

480481
// Constructs an adaptor that forwards all (de)allocations to `stream_alloc` on `stream`.
481-
auto adapted = rmm::mr::make_stream_allocator_adaptor(stream_alloc, stream);
482+
auto adapted = rmm::mr::stream_allocator_adaptor(stream_alloc, stream);
482483

483484
// Allocates 100 bytes using `stream_alloc` on `stream`
484485
auto p = adapted.allocate(100);
@@ -771,8 +772,8 @@ of 1 GiB and a maximum size of 4 GiB. The pool uses
771772
>>> import rmm
772773
>>> pool = rmm.mr.PoolMemoryResource(
773774
... rmm.mr.CudaMemoryResource(),
774-
... initial_pool_size=2**30,
775-
... maximum_pool_size=2**32
775+
... initial_pool_size="1GiB", # equivalent to initial_pool_size=2**30
776+
... maximum_pool_size="4GiB"
776777
... )
777778
>>> rmm.mr.set_current_device_resource(pool)
778779
```

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.08.02
1+
24.10.00

0 commit comments

Comments
 (0)