| #
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
|
| #
6a744a64
|
| 26-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1758 from CEED/jeremy/gpu-composite
Gen Composite Operators
|
| #
e9c76bdd
|
| 19-Feb-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - allow running shared kernels on stream
|
| #
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
|
| #
bd7a0ce7
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1647 from CEED/jeremy/fix-call
Small Bugfixes
|
| #
5a5594ff
|
| 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix CeedCall() vs CeedCallBackend() in backend code
|
| #
db2becc9
|
| 13-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedB
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedBasisApplyAddAtPoints + default impl
* basis - add GPU ApplyAddAtPoints
* tidy - add extra assert to fix clang-tidy
* Apply suggestions from code review
style - consistently use indexing over pointer arithmatic
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
* style - more pointer fixes
---------
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| #
37fb1fa7
|
| 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1597 from CEED/jeremy/basis-at-points-gpu
GPU BasisApplyAtPoints
|
| #
14950a8e
|
| 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
magma - explicitly exclude BasisApplyAtPoints
|
| #
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
|
| #
509d4af6
|
| 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| #
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
|
| #
1f70653f
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1488 from CEED/jeremy/const-path
Const for CeedQFunctionGetSourcePath
|
| #
22070f95
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - more updates for const
|
| #
e4483ef5
|
| 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1429 from CEED/jeremy/less-lcov-excl
Reduce LCOV_EXCL markers
|
| #
bcbe1c99
|
| 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers
|
| #
b698cfb9
|
| 25-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1450 from CEED/sjg/jit-speedup-dev
|
| #
7251047c
|
| 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Remove need for separate CUmodule/hipModule_t for weights in non-tensor MAGMA backend
|
| #
437616c5
|
| 02-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1301 from CEED/sjg/hcurl-hdiv-basis-magma
H(div) and H(curl) basis support for `magma` backend
|