emu icon indicating copy to clipboard operation
emu copied to clipboard

Implementing more traits for `DeviceBox`

Open calebwin opened this issue 4 years ago • 0 comments

We should implement several additional traits for DeviceBox<T> to make it more useful.

  • Clone - for duplicating data on the GPU
  • Hash - for parallel hashing
  • Eq and PartialEq - for parallel equality checking
  • AcceleratedIterator - we should define a new trait for doing high-level iterator-based computation

calebwin avatar Apr 09 '20 02:04 calebwin