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

Support BOOL/INT1 data type #20

Open
deyuan opened this issue Jul 23, 2024 · 0 comments
Open

Support BOOL/INT1 data type #20

deyuan opened this issue Jul 23, 2024 · 0 comments

Comments

@deyuan
Copy link
Collaborator

deyuan commented Jul 23, 2024

  • Add PIM_BOOL data type into the list
  • Update pimCmd code to support some operations (and, or, xor), get name, etc.
  • reduction sum: in pimCmd, just get the correct result. In perf params, we need to model V/H differently. For V, it's a row-wide pop count. For H, it's a typical reduction.
  • Create a test function

Can be done later:

  • Before we have H layout associative padding, we can only allocate PIM_BOOL objects without padding. Once the padding is supported, we can support mixed data types.
  • Type conversion - we may need to define APIs and measure performance, how each architecture can support it

Related to:
Issue #83
Discussion #92

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