| #
a7efc114
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use min of 2 lengths for gpu impl of CopyStrided
|
| #
956a3dba
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - fix references to .cu
|
| #
3196072f
|
| 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add Vec*Strided utils
|
| #
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
|
| #
ad75ff58
|
| 22-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1521 from CEED/jeremy/cov-fixes
Reduce Code Duplication
|
| #
f5d1e504
|
| 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use new user data copy utility
|
| #
a267acd1
|
| 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - same memory owned/borrowed strategy for all impls
|
| #
73441d27
|
| 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1505 from CEED/jeremy/return-ceed
Add Ceed*ReturnCeed
|
| #
6e536b99
|
| 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add Ceed*ReturnCeed
|
| #
c3e94cad
|
| 04-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1440 from CEED/zach/fix-axpby
Fix CeedVectorAXPBY Implementations
|
| #
aa67b842
|
| 04-Jan-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix CeedVectorAXPBY
|
| #
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
|
| #
b7453713
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for HIP backends
|
| #
8baaa3b3
|
| 07-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1321 from CEED/jeremy/vec-bug
gpu - fix SetArray on device logic bug
|
| #
3ce2313b
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix SetArray on device logic bug
|
| #
1c66c397
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - ad
Interface consistency fixes (#1312)
* format - consistency fixes
* format - test name consistency
* format - drop comma operator
* format - drop git add . in favor coercion
* format - add CeedScalarSwap macro
show more ...
|
| #
3c708d80
|
| 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1299 from CEED/sjg/cuda-hip-backends-consistency
Style fixes for `cuda` and `hip` backend consistency
|
| #
b2165e7a
|
| 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-sh
Whitespace, style, and formatting updates for consistency between CUDA and HIP backends
Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-shared and hip-shared as well as sycl.
show more ...
|
| #
b3d4ed2c
|
| 07-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1241 from CEED/jed/fix-vec-size-loop-vars
CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize
|
| #
f6f49adb
|
| 30-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Ensure initialization for new L1 norm handling in GPU backends
|
| #
90709ca6
|
| 29-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
simplify logic of hipblas use for norm
|
| #
9330daec
|
| 28-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
HIP: Improve support for CeedVectors that are longer than the max size of 32 bit integers
|