| #
9b9f6113
|
| 08-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions
Rust and cuda clang support (#1873)
|
| #
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 ...
|
| #
4db02c8f
|
| 19-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1826 from CEED/jeremy/rust-ex
rust - update rust examples to match c/python
|
| #
3eb59678
|
| 19-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - update rust examples to match c/python
|
| #
229df817
|
| 24-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1123 from CEED/jed/rust-interfaces
rust: add Basis::create_projection
|
| #
e45c115f
|
| 23-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
rust: add examples/rust/mesh to workspace
This is an internal utility crate with no tests there now, but may as well acknowledge that it's there.
|
| #
4a63c7da
|
| 17-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #857 from CEED/jeremy/vec-gallery
Expand Gallery QFunctions
|
| #
eab5b1a2
|
| 16-Dec-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - add ex3 and ex4 for vector problems
|
| #
c4016ce5
|
| 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #766 from CEED/jed/rust-crates
rust: split crates into libceed-sys and libceed
|
| #
463f56b7
|
| 20-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
rust - clean up workspace split
|
| #
ded9b81d
|
| 12-Jan-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Rust - add examples (#683)
* Rust - initial version of ex1
Example - move closure
Co-authored-by: Jed Brown <jed@jedbrown.org>
typo fix
Co-authored-by: Jed Brown <jed@jedbrown.org>
mi
Rust - add examples (#683)
* Rust - initial version of ex1
Example - move closure
Co-authored-by: Jed Brown <jed@jedbrown.org>
typo fix
Co-authored-by: Jed Brown <jed@jedbrown.org>
minor tidying
order -> degree
drop operator applicaiton messages
* rust: make top-level workspace and use libceed from path
This allows a single "cargo test" from the top level.
* rust: add version-sync (to help us remember when we publish a crate)
* examples - consistency update
* Rust - add Cargo.lock to top level gitignore
* rust - refactor example to add tests
* Rust - test and style from workspace
* Rust - update year in header
* Rust - add error values to Error, switch to String
* Rust - add input validation in check
* Rust - format volume output in example
* Rust - update example help output
* Rust - example tests rename to simplify
* Rust - split example 1 into 3 parts
* rust: std::sync::Once for CeedRegisterAll()
* Promote CeedRegisterAll() and CeedQFunctionRegisterAll() to User
* Guard calls to CeedInit() to avoid races in parallel testing
* Examples - update rust example to new builder syntax
* Examples - add rust ex2
* Rust - add CEED_STRIDES_BACKEND
* Examples - drop unused restriction in ceed ex2
* Rust - minor documentation update
* Rust - adopt convention of 'dimension-like' values all using usize; reduces casting
* Actions - add Rust code coverage
* Rust - fix usize conversion
* Rust - update casting between i32(C interface) and usize(Rust interface)
* Actions - include Rust doctests
* Actions - Rust doctest coverange only avaliable in nightly
* Rust - drop explict typing of values passed to C get* functions
* Rust - modify version numbers tests, cargo-tarpaulin and cargo have different calling paths in tests
* cargo fmt
* Examples - add separate Rust example quiet mode
* Actions - rustfmt not always avaliable on nightly
* Rust - simplify version tests
* Actions - add a few notes
* CodeCov - try adding gallery to 'fixes'
* CodeCov - drop some codecov noise in examples
* Examples - test all combinations in ex1/ex2
* Rust - test 3d examples without quiet flag
* Actions - use gcc-10 for compatibility in gcov reports
* Examples - test gallery in 1/2/3d in Rust ex
* Gitlab - also report gcov version
* JUnit - adjust indentation
* Gitlab - make it easier to find complier info in logs
* Tests - fix minor styling strangeness in t002
* Actions - only upload rust coverage
* Actions - exclude non-rust files from rust coverage
* Cov - exclude weak symbols code, not useful cov info
* Examples - clean up options creation for tests in Rust examples
* Examples - simplify tolerance for testing Rust examples
* cargo fmt
* Examples - another match
* Examples - common Rust example code in shared local crate
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|