vtk-m/docs/changelog/copy-from-disabled-device.md

6 lines
242 B
Markdown
Raw Normal View History

# 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.