| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
894f631a
|
| 12-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1910 from Sbozzolo/main
Use compiler definition for Intel oneAPI
|
| #
b413b6ae
|
| 12-Dec-2025 |
Gabriele Bozzola <gbozzola@amazon.com> |
Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs
Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-2/use-predefined-macros-to-specify-intel-compilers.html
show more ...
|
| #
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 ...
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
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 ...
|
| #
1dc8b1e6
|
| 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1696 from CEED/jeremy/jit-include
JiT include update
|
| #
6a96780f
|
| 18-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - header consistency
|
| #
a491a57e
|
| 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - redirect ceed.h to ceed/types.h over ceed/ceed.h for jit
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
b569baaf
|
| 03-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Define CeedPragmaSIMD for Clang (#1432)
* Define CeedPragmaSIMD for Clang
* Change clang loop vectorization pragma
|
| #
8d780e65
|
| 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1396 from CEED/jeremy/context-bool
Add Boolan context field register/set/get/restore
|
| #
5b6ec284
|
| 15-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add Boolan field register/set/get/restore
|
| #
31c137a9
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1320 from CEED/jeremy/jit-header-guards
style - fix header guards
|
| #
94b7b29b
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fix header guards
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
89edb9e3
|
| 26-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Attempting to resolve NVRTC and HIPRTC compilation errors
|
| #
0c73c039
|
| 22-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix
|
| #
5088944b
|
| 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling
|
| #
2efebffe
|
| 12-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev
H(curl) basis and `CEED_EVAL_CURL`
|