| 27016012 | 31-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - make sure rust toolchain has everything needed |
| 898eb931 | 31-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - clean up rust source roots on destroy |
| 2027fb9d | 31-Jul-2025 |
SirAlienTheGreat <79958059+SirAlienTheGreat@users.noreply.github.com> |
Rust and cuda clang support (#1873)
* Switch compiler to clang (not portable)
* test add_num
* compile with llvm tools
* not working linking
* not fixed
* Update ex1-volume.h
* update
* remov
Rust and cuda clang support (#1873)
* Switch compiler to clang (not portable)
* test add_num
* compile with llvm tools
* not working linking
* not fixed
* Update ex1-volume.h
* update
* remove global path
* changes
* changes 2
* crate works
* basic gpu rust compilation
* still not working
* rust source roots basic support
* nvrtc/clang selection
* cleanup
* update example (not working)
* add rust example
* fix merge issue
* delete temp files
* cleanup
* rust qfunc 2d array (needs doc)
* cleanup
* more cleanup
* downgrade back to c++11
* format
* final draft cleanup
* formatting + CUDA_CLANG -> GPU_CLANG
* Update cuda CEED_QFUNCTION_RUST
* fix python
* fix python and format
* format fr
* update comment
* fix python fr
* Apply error suggestions from code review
* update errors to libceed format
* Apply suggestions from code review
* add optimization flag
* remove line breaks
* Apply suggestions from code review
* avoid python in macro better
* add rust example
* format
* Apply suggestions from code review
* move rust example to own directory
* Simplify python exclusion logic
* re-fix python
* Update python/build_ceed_cffi.py
* change names and simplify makefile
* Revert "change names and simplify makefile"
This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.
* Apply Jeremy's diff
* Simplify CeedCallSystem
* use rust-install llvm tools
* add gitignores
* update paths
* example absolute path
* fix comments
* apply partial diff
* add newline
* add makefile
* Update examples/rust-qfunctions/Makefile
* update makefile
---------
Co-authored-by: Allen MacFarland <alma4974@noether>
show more ...
|
| 1ad46608 | 06-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1875 from CEED/jeremy/name-consistency
Operator Name Consistency |
| 52b0e563 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add deprecated warnings for old fn names |
| ed094490 | 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator |
| cd443abe | 04-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1883 from CEED/jeremy/honee-svg
doc - list HONEE in libCEED backends svg |
| ebfb1ab3 | 04-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - list HONEE in libCEED backends svg |
| 7d878d16 | 01-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - fix misplaced ) for gen Grad (#1882) |
| f4aa2a7d | 31-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1880 from CEED/zach/update-gitignore
Add .venv to gitignore |
| 239c7151 | 31-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Add .venv to gitignore |
| cadb81b5 | 29-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1878 from CEED/jeremy/gen-qf-skip-active
gen - skip mat load when assembling QFs |
| ca1da9b9 | 29-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gen - skip mat load when assembling QFs |
| 41ece66e | 29-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1877 from CEED/jeremy/shared-collocated
Shared/gen Collocated Bases (BP 5/6) |
| 725737e8 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - add BP1+5 and BP2+6 to help test colllocated |
| 0ccda8eb | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - collocated nodes/qpts for gen |
| 02219a08 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - collocated nodes/qpts for shared |
| 21292910 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - collocated nodes/qpts for shared |
| df8ed97b | 23-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - use /cpu/self as default resource to get best CPU perf |
| b257b674 | 22-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1872 from CEED/zach/update-junit-common
ci - update junit_common with changes from HONEE |
| 5f1423ff | 21-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
ci - update junit_common with changes from HONEE |
| 7a71d010 | 21-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1870 from CEED/peterrum/dealii_cleanup
deal.II examples: some clean up |
| eb3489a0 | 21-Jul-2025 |
Peter Munch <peterrmuench@gmail.com> |
Rename |
| 15c97c4a | 21-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1871 from CEED/zach/default-test-name
ci - add default test name (file name) |
| 65219c46 | 21-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1868 from CEED/jeremy/basis-is-collocated
Pull BasisIsCollocated helper to interface level |