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
LLAMA currently needs to strictly separate integral and floating-point data types before bitpacking. However, this prevents the creation of AoS layouts of records containing both classes of data types and bitpacking them. We should support this use case.
The text was updated successfully, but these errors were encountered:
LLAMA currently needs to strictly separate integral and floating-point data types before bitpacking. However, this prevents the creation of AoS layouts of records containing both classes of data types and bitpacking them. We should support this use case.
The text was updated successfully, but these errors were encountered: