AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

BUG: Remove unneeded device to host transfer #297

Closed carterbox closed 10 months ago

carterbox commented 10 months ago

Purpose

Removes unneeded host to device transfer.

Approach

This transfer is redundant because we have a check_opal decorator which automatically does the host-device transfer if OPAL is not enabled.

Pre-Merge Checklists

Submitter

Reviewer