| b6a2eb79 | 09-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
shared - AtPoints template changes for gen |
| f815fac9 | 09-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - fun name standardization |
| c8c64f44 | 03-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1714 from CEED/jeremy/at-points-basis-flops
Fix FLOPs estimates AtPoints |
| 3f919cbc | 03-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - fix FLOPs estimates AtPoints |
| 290fc47b | 02-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1711 from CEED/jeremy/shared-at-points
GPU Shared AtPoints Bases |
| 40b22b27 | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1713 from CEED/jrwrigh/test_csv_comment
test: Update diff_csv to process commented lines |
| a8d440fb | 02-Dec-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - simplify shared grid counting co-authored-by: zatkins-dev <zach.atkins@colorado.edu> |
| 12235d7f | 02-Dec-2024 |
James Wright <james@jameswright.xyz> |
test: Update diff_csv to process commented lines |
| 5f954c19 | 27-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - template loop over points for basis action |
| 1b3d9bd6 | 18-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - slightly loosen t354 tol |
| 5e1f751e | 15-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fix |
| 9e1d4b82 | 07-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - shared AtPoints |
| be8d6f55 | 12-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1710 from CEED/jeremy/split-at-points
Split AtPoints basis between Transpose/no |
| 81ae6159 | 11-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - split AtPoints basis between Transpose/no |
| bc3a688c | 11-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1708 from CEED/jeremy/rust-raw-ptr-unsafe
rust - from_raw is unsafe |
| 64414724 | 27-Oct-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1709 from CEED/jrwrigh/fix_sycl
fix(sycl): Replaces pragma once with include guards |
| 7f836c31 | 27-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(sycl): Replaces pragma once with include guards
OpenCL doesn't really like pragma once evidently. I think we've been 'getting away' with it previously as the JIT processing automatically doesn't
fix(sycl): Replaces pragma once with include guards
OpenCL doesn't really like pragma once evidently. I think we've been 'getting away' with it previously as the JIT processing automatically doesn't allow for nested includes, but the same is not done for <ceed/types.h>?
show more ...
|
| bef6543f | 27-Oct-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1703 from CEED/jrwrigh/update_matceed
fluids: Update MatCeed to be up-to-date with HONEE and Ratel |
| 391f7d98 | 27-Oct-2024 |
James Wright <james@jameswright.xyz> |
swarm: Implement RestorePointsPerCell |
| de84fe53 | 25-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1698 from CEED/jeremy/debug-cleanup
Truncate jit output |
| 2b671a0a | 24-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - from_raw is unsafe |
| e3ae47f6 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1702 from CEED/jeremy/get-ceed-object
Ceed*Get[CeedObject] Needs Destroy |
| 243afec9 | 23-Oct-2024 |
James Wright <james@jameswright.xyz> |
fluids: Update MatCeed to be up-to-date with HONEE and Ratel |
| 656ef1e5 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - directly pass ierr to check_error() |
| 11544396 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - tidier error checking |