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
For debugging purposes as well as to facilitate the creation of testing such as with #7069, it will be useful to have a flag that bypasses native vector generation and enables the previous elementwise and 4-at-a-time loading for HLSL long vectors. When this flag is enabled, elementwise native operators and DXIL intrinsics will only use their scalar variants even when invoked with long vectors. Additionally, the standard versions of rawBufferLoad and rawBufferStore that operate on 4 elements at a time will be used to load the long vectors in those chunks.
The text was updated successfully, but these errors were encountered:
pow2clk
changed the title
generating scalarized implementations for elementwise intrinsics when enabled
[SM6.9] Provide hidden flag to enable elementwise processing of long vectors
Feb 4, 2025
For debugging purposes as well as to facilitate the creation of testing such as with #7069, it will be useful to have a flag that bypasses native vector generation and enables the previous elementwise and 4-at-a-time loading for HLSL long vectors. When this flag is enabled, elementwise native operators and DXIL intrinsics will only use their scalar variants even when invoked with long vectors. Additionally, the standard versions of
rawBufferLoad
andrawBufferStore
that operate on 4 elements at a time will be used to load the long vectors in those chunks.The text was updated successfully, but these errors were encountered: