| #
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
|
| #
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
|
| #
9bc66399
|
| 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed
|
| #
3ff7c56e
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1613 from CEED/jrwrigh/basis_handle_null_qweights
basis: Correct backend handling of NULL q_weight
|
| #
097cc795
|
| 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: CreateProjection set q_ref, q_weight to NULL
|
| #
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
|
| #
d07cdbe5
|
| 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - clearer template parameters
|
| #
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
|
| #
7f96cfa0
|
| 29-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1458 from CEED/jeremy/less-lcov-excl-sycl
Reduce LCOV_EXCL markers for SYCL backends
|
| #
0ae60fd3
|
| 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
SYCL - changes to match CUDA,HIP backends
|
| #
9d1bcece
|
| 30-Jan-2024 |
James Wright <james@jameswright.xyz> |
sycl: Minor typo fixes
|
| #
4e3038a5
|
| 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers
|
| #
3d389caa
|
| 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1457 from argonne-lcf/kris/sycl-ref-slm-pointers
Replace calls to deprecated `local_accessor::get_pointer()`
|
| #
33bb61d4
|
| 05-Dec-2023 |
Kris Rowe <kris.rowe@anl.gov> |
Replace calls to deprecated `local_accessor::get_pointer()`
|
| #
c7697240
|
| 15-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1335 from CEED/sjg/backend-consistency-continued
Fix some missing backend consistency from #1315
|
| #
672b0f2a
|
| 14-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix some missing consistency issues from #1315
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
dd64fc84
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for SYCL backends
Co-authored-by: James Wright <james@jameswright.xyz>
|
| #
6ca0f394
|
| 20-Jul-2023 |
Umesh Unnikrishnan <umesh.aero@gatech.edu> |
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Varsha Madananth <vmadananth@uan-0002.head.cm.americas.sgi.com>
Co-authored-by: James Wright <jrwrigh.iii@gmail.com>
show more ...
|
| #
7ade40ab
|
| 03-Jul-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style
Minor whitespace consistency fixes in backends
|