gtensor icon indicating copy to clipboard operation
gtensor copied to clipboard

New per device type spaces

Open bd4 opened this issue 5 years ago • 0 comments

Device vendor dependent code should be refactored, so ifdefs only occur in one place (perhaps space.h. One idea is to have gt::space::cuda, gt::space::hip, etc, and have gt::space::device be a type alias for this, and in the same place the device specific header can be included.

bd4 avatar May 15 '20 15:05 bd4