Skip to content
Snippets Groups Projects
Commit 34615a98 authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Deprecate ArrayHandle::GetDeviceAdapterId

This method is a remenant of when `ArrayHandle` could only store data on
one device at a time. It is now capable of storing data on any number of
devices (as well as the host), so asking for "the" device no longer
makes sense. Thus, this method is deprecated in favor of
`ArrayHandle::IsOnDevice`.

This deprecation leads to fixing some older functionality that still
assumed data could only be on one device at a time.

Fixes #592.
parent f34b4328
Branches
Tags
2 merge requests!2615Draft: DONTMERGE ME: TEST FOR 1.7.0-rc1 is our 9th official release of VTK-m.,!2534Deprecate ArrayHandle::GetDeviceAdapterId
Pipeline #239811 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment