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

initial import of vector_generic (non-simd) support #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ct-clmsn
Copy link

@ct-clmsn ct-clmsn commented Oct 31, 2024

adding support for non-simd vectors

@ct-clmsn ct-clmsn changed the title initial import initial import of vector_generic (non-sim) support Oct 31, 2024
@ct-clmsn ct-clmsn changed the title initial import of vector_generic (non-sim) support initial import of vector_generic (non-simd) support Oct 31, 2024
part = strtoi(ptno, pos, 16);

// part = strtoi(ptno, pos, 16);
auto ptno_substr = ptno.substr(pos, 16);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the substr? To prevent overflow?

@devinamatthews
Copy link
Owner

@ct-clmsn thanks for the PR. It looks like indeed I haven't merged back the ARM NEON changes I made to MArray for use in CFOUR. Let me do that, and then please resubmit the PR to https://github.com/devinamatthews/marray. Re TBLIS, the master branch is defunct and a new version is coming shortly. I'll try to incorporate some of the other changes there.

@devinamatthews
Copy link
Owner

Actually, https://github.com/devinamatthews/marray is up-to-date on the NEON stuff, it's just the TBLIS version which is behind.

@ct-clmsn
Copy link
Author

Cool; so we'll close this one and I'll move the PR over to the marray project tonight.

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

Successfully merging this pull request may close these issues.

2 participants