| 6eee1ffc | 04-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Use persistent streams to allow truly async gen operators |
| fd326ce8 | 04-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Use backend delegates for work vectors |
| 7b3ff069 | 05-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
New Python Examples (#1817)
* ex1-volume python example (#1804)
* Adds initial ex1 python example
* Update examples/python/ex1-volume.py
* after make format
* formatting change
* modifies main
New Python Examples (#1817)
* ex1-volume python example (#1804)
* Adds initial ex1 python example
* Update examples/python/ex1-volume.py
* after make format
* formatting change
* modifies main
* adds strided restriction
* Update examples/python/ex1-volume.py
---------
ex - add python version of ex1 volume
* ex2_Surface implementation in python (#1802)
* Add files via upload
* Update ex2_surface.py
* Update ex2_surface.py
* Update ex2_surface.py
* Update ex2_surface.py
* Update ex2_surface.py
* Update ex2_surface.py
* Update ex2_surface.py
* Delete examples/ceed/ex2_surface.py
* Add cleaned and formatted ex2_surface.py example
* style: update header and reformat ex2_surface.py
* Delete examples/ceed/ex2_surface.py
* Python Surface area example
----------------------------------------
ex - add ex2 surface example in python
* ex - consolidate common py code
* ex - add py gallery option
* ex - add py test harness
* ex3 volume python example
* ex - switch ex3 to use common python code
* ci - add new python examples to testing
---------
Co-authored-by: katayoonk <122122167+katayoonk@users.noreply.github.com> Co-authored-by: Surinder singh chhabra <93762514+arrowguy234@users.noreply.github.com> Co-authored-by: Arshia Ilaty <arshia.ilaty99@gmail.com>
show more ...
|
| 0002d81d | 04-May-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Use stream sync instead of device sync for hipBlas calls |
| c5a41aec | 30-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use newer images for docs build (#1816)
* ci - use newer images for docs build
* doc - explicitly install playwright first |
| b9dba579 | 29-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1814 from CEED/jeremy/multigrid-at-points
pc - multigrid level setup for AtPoints |
| 99641342 | 28-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - multigrid level setup for AtPoints |
| 1095a7a6 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1812 from CEED/zach/reset-work-vectors
Reset work vectors in operator setup to save memory |
| 25433d25 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Pre-request work vectors in operator setup |
| 56a26733 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Minor wording clarification
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 021a32dd | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Add tests for work vector memory usage |
| 55326fe7 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Change `CeedViewWorkVectorMemoryUsage` to `CeedGetWorkVectorMemoryUsage` |
| 0b37c066 | 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Reset work vectors in operator setup to save memory |
| acba4199 | 25-Apr-2025 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1809 from hughcars/hughcars/compiler-flag-fallback
Add fallback compiler settings equivalent to gcc default |
| debdbcfd | 23-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1799 from CEED/jeremy/at-points-assembly
AtPoints assembly for CPU |
| 5af87606 | 23-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1810 from CEED/jeremy/gen-unload
gen - unload module when destroying op |
| c2620745 | 23-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - remove unused struct members |
| 8b7d3340 | 23-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - unload module when destroying op |
| 1b95d8c6 | 10-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - CPU support for AtPoints assembly |
| 523ab018 | 23-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1807 from CEED/jeremy/extra-ops-trim
op - minor at points diagonal improvements |
| 5cde1db9 | 22-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - gpu minor at points diagonal improvements |
| 8de85446 | 22-Apr-2025 |
Hugh Carson <hughcars@amazon.com> |
Fix CC_VENDOR for Ubuntu wrapped gcc |
| 48fdef17 | 21-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - minor at points diagonal improvements |
| 85bbdf95 | 18-Apr-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1800 from CEED/zach/points-offsets-bug
Fix edge case in offset padding for empty cells |
| 8c76f877 | 18-Apr-2025 |
Zach Atkins <Zach.Atkins@colorado.edu> |
Fix edge case in offset padding for empty cells |