History log of /libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c (Results 1 – 25 of 35)
Revision Date Author Comments
# 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


# 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


# 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


# 21f16bf6 13-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1315 from CEED/jeremy/queep

Backend Consistency Fixes


# ca735530 31-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for CUDA backends


# 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 ...


# 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


# 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 ...


# 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 ...


# fe335c13 13-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #990 from CEED/fix-op-empty-assembly

Fix assembly for operators with size zero


# 52b3e6a7 11-Jun-2022 Jed Brown <jed@jedbrown.org>

Fix assembly for operators with size zero

This occurs in parallel when some processes have zero elements in a
subdomain or part of the boundary.


# 20be6170 27-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #951 from CEED/natalie/mallocarrary-qfcontext

Use CeedMallocArray for void data pointers in CUDA/HIP QFunctionContext


# c470c2d9 27-Apr-2022 nbeams <246972+nbeams@users.noreply.github.com>

Use CeedMallocArray for void pointers in CUDA/HIP QFunctionContext


# 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


12