Commit c515536
authored
Replace custom cuda_pinned_resource with RMM's pinned_host_memory_resource (#1466)
Removes custom `cuda_pinned_resource` implementation and uses `rmm::mr::pinned_host_memory_resource` directly.
Depends on rapidsai/rmm#2102.
Closes #754.
Authors:
- Bradley Dice (https://github.com/bdice)
- Artem M. Chirkin (https://github.com/achirkin)
Approvers:
- Artem M. Chirkin (https://github.com/achirkin)
URL: #14661 parent d6b7aef commit c515536
2 files changed
Lines changed: 2 additions & 90 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments