Fastor icon indicating copy to clipboard operation
Fastor copied to clipboard

Introduce tensor type specific is_aligned instead of macro FASTOR_ALIGNED

Open romeric opened this issue 5 years ago • 0 comments

All tensor types and their assign/trivial_assign functions should use is_aligned instead of FASTOR_ALIGNED.

  1. We should introduce alignment_t or alignment_v for all tensor types with storage
  2. We should introduce is_aligned and tensor methods and any backend function should take advantage of this as much as possible

romeric avatar Jun 08 '20 06:06 romeric