samuelpowell / Spinnaker.jl

A Julia interface to the FLIR/PointGrey Spinnaker SDK
MIT License
15 stars 7 forks source link

Enable _copyimage! to GPU #50

Closed samuelpowell closed 5 years ago

samuelpowell commented 5 years ago

Replace broadcast assignment with direct copy to, should allow for no-op transfer to GPU for matching types.

samuelpowell commented 5 years ago

Passes locally