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

Fomenkoelena15 #11

Open
Serh12 opened this issue Jun 28, 2024 · 1 comment
Open

Fomenkoelena15 #11

Serh12 opened this issue Jun 28, 2024 · 1 comment

Comments

@Serh12
Copy link

Serh12 commented Jun 28, 2024

No description provided.

@Serh12 Serh12 changed the title Homenkoelena Fomenkoelena15 Jun 28, 2024
@SwuduSusuwu
Copy link
Owner

SwuduSusuwu commented Jun 28, 2024

First of search results: https://x.com/Lenkafomenka (posts about hardware accelerators)
Do you want Neon/AVX2 paths?
https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassCns.hxx implementations can benefit from this,
but would not have as much general-purposeness.
https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassResultList.hxx is all templates, thus ./build.sh --release (which passes CXXFLAGS -O2) should optimize for you.
Forgot to pass -march=native, which perhaps can optimize for GPUs.

Or are you upset that https://github.com/SwuduSusuwu/SubStack/blob/trunk/.clang-tidy excludes some of the altera-* tests?
altera-id-dependent-backward-branch gives lots of false positives, some of which the new for(auto &X : S) loops address.
altera-struct-pack-align has lots of false positives about class ResultList (that the std::vectors are not aligned),
altera-unroll-loops has false positives for almost all loops.

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

2 participants