Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mixing ints and floats in a bitpacked AoS #705

Open
bernhardmgruber opened this issue Feb 13, 2023 · 0 comments
Open

Allow mixing ints and floats in a bitpacked AoS #705

bernhardmgruber opened this issue Feb 13, 2023 · 0 comments

Comments

@bernhardmgruber
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant