| #
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
|
| #
7f85f93f
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
Merge pull request #1896 from CEED/jrwrigh/clang-penalty-paren
style: Change clang-format to penalize newline after open ()
|
| #
1a8516d0
|
| 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open ()
|
| #
1ad46608
|
| 06-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1875 from CEED/jeremy/name-consistency
Operator Name Consistency
|
| #
ed094490
|
| 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator
|
| #
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
|
| #
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
|
| #
c11e12f4
|
| 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - require CeedOpGetQF to be Destroyed
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
9beba358
|
| 11-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1646 from CEED/jeremy/get-restore
Must Destroy OperatorField Objects
|
| #
6782e2f8
|
| 17-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - fix regresions
|
| #
85938a6d
|
| 11-Sep-2024 |
James Wright <james@jameswright.xyz> |
sycl - Misc fixes
|
| #
ac2269bd
|
| 11-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - consistency and correctness fixes
|
| #
681d0ea7
|
| 19-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - ReferenceCopy for CeedOperatorFieldGet*
|
| #
368ba546
|
| 17-Sep-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1665 from CEED/jrwrigh/fix_sycl_diag
fix(sycl): Use CeedSize value in LinearAssembleQF
|
| #
22ab0487
|
| 16-Sep-2024 |
James Wright <james@jameswright.xyz> |
fix(sycl): Use CeedSize value in Linear Assemble
|
| #
ad8059fc
|
| 10-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reduce write conflits for AtPoints basis operations
|
| #
99db02ec
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1633 from CEED/jrwrigh/clang-format-18
refactor: Changes for clang-format 18
|
| #
eaae1aea
|
| 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Changes for clang-format 18
|
| #
1f4b1b45
|
| 04-Apr-2024 |
Umesh Unnikrishnan <unnikrishnan@anl.gov> |
Efficiently use in-order and out-of-order queues in the SYCL backends (#1456)
* Efficiently use both in-order and out-of-order sycl queues. (#59)
* Default to in-order queues.
* Only order que
Efficiently use in-order and out-of-order queues in the SYCL backends (#1456)
* Efficiently use both in-order and out-of-order sycl queues. (#59)
* Default to in-order queues.
* Only order queue as necessary.
* Use the same queue recursively through a hierarchy of Ceed objects,
* Adds missing changes from previous git-cherry-pick
* Efficiently use both in-order and out-of-order sycl queues. (#59)
* Default to in-order queues.
* Only order queue as necessary.
* Use the same queue recursively through a hierarchy of Ceed objects,
* Adds missing changes from previous git-cherry-pick
* fix formatting errors
* further formatting corrections
* fix formatting errors for merge
* fix errors
* fix errors
---------
Co-authored-by: Kris Rowe <krowe@anl.gov>
show more ...
|
| #
a4ce9703
|
| 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1546 from CEED/jeremy/fix-sycl
sycl - fix vec memory copy
|
| #
6078361e
|
| 01-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(sycl): Use `CEED_VECTOR_NONE` for weight evals
|
| #
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
|