| ea41f46c | 07-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1740 from CEED/jeremy/gen-rollback
GPU - gen fallback to shared if error |
| c9192aca | 07-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - swap out bitwise assignment operators for bools
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu> |
| 8d12f40e | 07-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - gen fallback to shared if error |
| ddae5012 | 07-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - gen fallback to shared if error |
| 6b50d2be | 03-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1735 from CEED/jeremy/nontensor-gen
Nontensor gen operators |
| 08bc25a5 | 03-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1738 from CEED/jeremy/empty-at-points
Guard divide by zero |
| 19feff82 | 31-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - guard divide by zero |
| da5de306 | 31-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - not nontensor gen support |
| f82027a4 | 30-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - update gen non-tensor block strategy |
| 9123fb08 | 29-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - nontensor gen operators |
| dc007f05 | 27-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - nontensor gen operators |
| a0c3296a | 21-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1733 from CEED/jeremy/ci-arm
Use native hardware for ARM testing |
| fd831f25 | 21-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use native hardware for ARM testing |
| a25b814a | 21-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1730 from CEED/jeremy/fix-vec-copy
Update SetArray to keep old arrays for CEED_COPY_VALUES |
| 99837b8a | 16-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
python - fix bad array bounds |
| cc3bdf8c | 16-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - update SetArray to keep old arrays for CEED_COPY_VALUES |
| 20e9c75b | 15-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1729 from CEED/jeremy/shared-null-checks
Check for interp, grad in shared backends |
| 4cbc44e0 | 15-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - check for interp, grad in shared backends |
| 79881bbe | 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1727 from CEED/zach/hip-nontensor-fix
Fix issue in block sizing for GPU shared basis |
| 2c98d61c | 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1726 from CEED/jeremy/shared-fallback
Fallback if nontensor shared uses too much mem |
| 97011eab | 14-Jan-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Fix issue in block sizing for GPU shared basis |
| fda26546 | 14-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback if nontensor shared uses too much mem |
| d01feaa6 | 13-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1724 from CEED/jeremy/fix-hip-shared
Fix hip/shared NonTensor |
| 2d217acf | 13-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - fix missing template, compile values, fn names |
| 83153ffa | 10-Jan-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1723 from CEED/jeremy/at-points-shifts
Fix AtPoints transpose shift |