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
Reduced int precision for texture coordinates in q_linear op, to reduce shader register pressure. (pytorch#6354)
Summary:
This diff reduces precision ints for texture coordinates in the q_linear op's texture based multiplication implementation.
**Context:**
Texture size in a single dimension even on most high ends GPUs are limited to 65535, thus ushort is sufficient for storing texture coordinates.
Reviewed By: nathanaelsee, SS-JIA
Differential Revision: D64191093
0 commit comments