Jeremy L Thompson
Jeremy L Thompson
Note - I'd use [co-authored-by](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) so we show the mixed authorship of the commits
Closing in preparation for the HONEE move, but re-open (here or there) if we want to revive this (its been more than a year)
Right, I'd expect that if we enumerated a bunch of kernels ahead of time across combos of `p`, `q`, `num_comp`, and blocked/serial we'd see the same performance, but that approach...
That's a good point. Its a easy test to check if someone finds time. I don't see this as a particular priority - 50% of why I created this issue...
Reviving this - @YohannDudouit has had a lot of good success with putting a `#pragma omp for` before the element loop and seeing 100x or better speedup on the CPU....
I don't recall the exact details since I did not write the code, but I did watch the code go 100xish faster when compiled with OMP than without on the...
Yeah, since there are QFunctions that are not available via the gallery, you'd have to use the technique shown in [this folder](https://github.com/CEED/libCEED/tree/main/examples/python) for `ex3_volume.py` (and associated files) to use a...
Do you have examples of this terminology confusing campers? Changing this would be quite invasive for that project.
Cool, that sort of information is very helpful when creating an issue. As you said, the ambiguity goes back to step 1, so to fix the root issue would touch...
We have global variables for `total`, `score`, and `totalScore`. This mix seems to be the root cause of the confusion, and we should target root causes. Fixing that touches every...