Commit 4003e52
authored
Remove
Contributes to #18967, part of #18968
In this PR, `hostdevice_vector::element` is removed due to its internal `cudaMemcpy` into host pageable memory. Also, the only call in it is replaced manually.
Authors:
- Jigao Luo (https://github.com/JigaoLuo)
- Muhammad Haseeb (https://github.com/mhaseeb123)
Approvers:
- Muhammad Haseeb (https://github.com/mhaseeb123)
- Vukasin Milovanovic (https://github.com/vuule)
URL: #19092hostdevice_vector::element due to unnecessary synchronization (#19092)1 parent a7650d3 commit 4003e52
File tree
2 files changed
+12
-18
lines changed- cpp/src/io
- orc
- utilities
2 files changed
+12
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | | - | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
1153 | 1164 | | |
1154 | 1165 | | |
1155 | 1166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 103 | | |
121 | 104 | | |
122 | 105 | | |
| |||
0 commit comments