Skip to content

Testing Device Adapter now uses ArrayHandle for all device transfers

The consistent API for control to execution memory transfers is the ArrayHandle class. Previously the tests would verify memory transfer by calling the ArrayManagerExecution class directly. This is problematic as the class isn't used by ArrayHandle<T, StorageBasic>.

Merge request reports