Jeremy L Thompson
Jeremy L Thompson
I was wondering, is there a plan to eventually publish a GitHub action based on the work in this repo? It would certainly make CI against Intel's compilers easier for...
Cleaning up this memory lets us more fully mirror the dual memory spaces on the GPU by making writable array pointers from `CeedVectorGetArray[Write]` invalid after calling `CeedVectorRestoreArray[Write]` Fixes #1454
Adding diagonal assembly AtPoints for the GPU. Skipping QFunction assembly as not needed.
~~Added for CUDA, HIP next~~ Working for CUDA locally, HIP running in CI with the same changes
~~Very WIP, blocked by #1595~~ I'm puzzling my way through exactly how the parallelism works. Edit: Ready to rock
See context in https://github.com/CEED/libCEED/pull/1128#discussion_r1060176585_
See discussion related to https://gitlab.com/petsc/petsc-rs/-/merge_requests/21
### Is your feature request related to a problem? Please describe. For the learn platform, we have a spot to link to GitHub, Linkedin, and Twitter. Why not add GitLab...
### Describe the Issue Timeout limits are too aggressive on this problem and blocking users from computing the correct answer. ### Affected Page https://www.freecodecamp.org/learn/project-euler/project-euler-problems-101-to-200/problem-187-semiprimes ### Your code ```js function semiPrimes(limit...