You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- shift_to: call Tensor::shift_to instead of const_cast'ing the range.
TA::Tensor exposes a public shift_to member (unlike btas::Tensor),
so the const_cast inherited from btas_um_tensor.h is unnecessary here.
- apply_scale_factor: flatten 3-level nested if constexpr into one
else-if-constexpr cascade.
0 commit comments