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
We should add a fast path to load wider types using float2/float4 loads as this can give a nice performance boost for memory-heavy kernels.
Context
We observed good speedups in Mujoco-Warp doing this, and would like to have this available for any type that is properly aligned such that users can build padded data types on top of it.
The text was updated successfully, but these errors were encountered:
Description
We should add a fast path to load wider types using float2/float4 loads as this can give a nice performance boost for memory-heavy kernels.
Context
We observed good speedups in Mujoco-Warp doing this, and would like to have this available for any type that is properly aligned such that users can build padded data types on top of it.
The text was updated successfully, but these errors were encountered: