| 589 | */ |
| 590 | template <typename TensorStorage, typename RStorage> |
| 591 | inline bool should_check_overlap( |
| 592 | const TensorND<TensorStorage>& dst, const TensorND<RStorage>& src) { |
| 593 | return true; |
| 594 | } |
| 595 | |
| 596 | template <> |
| 597 | inline bool should_check_overlap<HostTensorStorage, DeviceTensorStorage>( |