| #
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
|
| #
ff1e7120
|
| 15-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Very minor backend style and whitespace fixes
|
| #
4b35598d
|
| 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes
|
| #
eb7e6caf
|
| 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - naming consistency fixes
|
| #
1acfd91a
|
| 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1200 from CEED/jeremy/hip-cast
Cast CeedSetBackendFunction as needed to prevent float warnings
|
| #
008736bd
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - cast CeedSetBackendFunction as needed to prevent float warnings
|
| #
c5215752
|
| 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|
| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
c85e8640
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce include order in .clang-format
|
| #
2a86cc9d
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix file endings inconsistency
|
| #
49aac155
|
| 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc heade
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc headers
* iwyu - ceed/ceed.h -> ceed.h
* iwyu - cuda/hip include fixes
show more ...
|
| #
404fb0e2
|
| 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1176 from CEED/jeremy/vec-method
Add AXPBY missing backend impl method link
|
| #
6fb6c846
|
| 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - add missing backend impl method link
|
| #
5fb68f37
|
| 08-Mar-2023 |
Karen (Ren) Stengel <karenlstengel@gmail.com> |
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wrig
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
32b31df9
|
| 17-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1041 from CEED/jeremy/guard-hip-version
Guard hipblas header include for HIP_VERSION
|
| #
0df8cb37
|
| 16-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - guard hipblas header include for HIP_VERSION
|
| #
c02e3364
|
| 26-Apr-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #950 from CEED/natalie/sync-backend
Use backend functions for SyncArray in CUDA and HIP
|
| #
f48ed27d
|
| 25-Apr-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Use backend functions for SyncArray in CUDA and HIP
|
| #
4345bdd5
|
| 20-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #920 from CEED/jeremy/conversion
Explicit casting of vector sizes
|
| #
539ec17d
|
| 20-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix error handling in size conversion
|
| #
ce18bed9
|
| 17-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #858 from CEED/jeremy/dump-copy-stuff
Strip redundant/outdated license info duplication
|
| #
3d8e8822
|
| 17-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
60224bc5
|
| 14-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #913 from CEED/jeremy/coo-ptrdiff
Create CeedSize as ptrdiff_t
|