Fastor
Fastor copied to clipboard
Introduce tensor type specific is_aligned instead of macro FASTOR_ALIGNED
All tensor types and their assign/trivial_assign functions should use is_aligned instead of FASTOR_ALIGNED.
- We should introduce
alignment_toralignment_vfor all tensor types with storage - We should introduce
is_alignedand tensor methods and any backend function should take advantage of this as much as possible