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
#if PREFER_DP_TO_MEM == 2 // No pre-computed trig values
353
-
decay_t<decltype(m)>::key_type key{W, nW};
354
-
#else
355
-
// Hack so that width 512 and height 512 don't share the same buffer. Width could share the height buffer since it is a subset of the combo height buffer.
356
-
// Also add in middle so that 512:15:512 does not share buffer with 512:14:512.
0 commit comments