Commit 7114352
committed
UCT/CUDA: Do not print host unregister error (use diag)
Calling cuMemHostUnregister does not produce an error when invoked from a
different context than the one it was originally registered in (or even
without an active context). However, it will fail if the context in which
the memory was allocated has been destroyed.1 parent beab828 commit 7114352
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | 183 | | |
186 | 184 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
194 | 188 | | |
195 | 189 | | |
196 | 190 | | |
| |||
0 commit comments