Skip to content
Snippets Groups Projects

Fixed an issue with copying array from a disabled device

Merged Kenneth Moreland requested to merge kmorel/vtk-m:copy-from-disabled-device into master
3 files
+ 25
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
0
# Fix an issue with copying array from a disabled device
The internal array copy has an optimization to use the device the array
exists on to do the copy. However, if that device is disabled the copy
would fail. This problem has been fixed.
Loading