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
Vectors of length greater than 4 should be loadable from ByteAddressBuffers using the standard templated Load and Store methods. These should generate rawBufferLoad and rawBufferStore DXIL intrinsics that operate on whole vectors rather than the previous 4 component at a time blocks.
Testing should be in the form of loading types with various shapes and element types involving long vectors using the different load methods and store. This should include
long vectors directly
vectors as members of structs that are not the first element (requires valid offset loading)
arrays of long vectors
array of structs containing vectors
struct of arrays containing vectors
The text was updated successfully, but these errors were encountered:
pow2clk
changed the title
loading long vectors from byteaddressbuffers
Load and Store long vectors from and to byteaddressbuffers
Feb 4, 2025
pow2clk
changed the title
Load and Store long vectors from and to byteaddressbuffers
Templated Load and Store long vectors from and to byteaddressbuffers
Feb 4, 2025
pow2clk
changed the title
Templated Load and Store long vectors from and to byteaddressbuffers
[SM6.9] Templated Load and Store long vectors from and to byteaddressbuffers
Feb 4, 2025
Vectors of length greater than 4 should be loadable from ByteAddressBuffers using the standard templated
Load
andStore
methods. These should generaterawBufferLoad
andrawBufferStore
DXIL intrinsics that operate on whole vectors rather than the previous 4 component at a time blocks.Testing should be in the form of loading types with various shapes and element types involving long vectors using the different load methods and store. This should include
The text was updated successfully, but these errors were encountered: