History log of /libCEED/rust/libceed-sys/c-src/interface/ceed-tensor.c (Results 1 – 25 of 59)
Revision Date Author Comments
# f2989f2b 21-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1917 from CEED/jeremy/ceed-object

Add core CeedObject to handle common functionality


# 6c328a79 20-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

obj - add common CeedObjectDestroy


# b0f67a9c 14-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

internal - add CeedObject to handle common functionality


# 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


# 3765d34e 09-May-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1578 from CEED/jeremy/restriction-points-gpu

GPU Restriction AtPoints


# 1ef3a2a9 08-May-2024 Jeremy L Thompson <jeremy@jeremylt.org>

test - fix impl vs support in error messages


# 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


# ca94c3dd 05-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Docstring consistency (#1409)

* doc - docstring consistency

* doc - update for bad linking of type names

* doc - update for bad linking of type names


# d663a15a 04-Oct-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1360 from CEED/sjg/tensor-contract-constructor


# a71faab1 03-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Remove unused parameter from CeedTensorContractCreate


# 77a7c055 09-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1280 from CEED/jeremy/error-macro-simpler

Update CeedCall macro


# 585a562d 03-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - fix tidy error


# 4548da4e 12-Jul-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Update LIBXSMM backend (#1248)

* Fix LIBXSMM kernel generation calls after 9c0e481 in https://github.com/libxsmm/libxsmm

* Update LIBXSMM interface to work with main branch after commit 1f4cdad (

Update LIBXSMM backend (#1248)

* Fix LIBXSMM kernel generation calls after 9c0e481 in https://github.com/libxsmm/libxsmm

* Update LIBXSMM interface to work with main branch after commit 1f4cdad (in preparation for v2)

* Allow user specified BLAS_LIB for LIBXSMM dependency in Makefile

* LIBXSMM does not require kernels to be released

See https://github.com/libxsmm/libxsmm/issues/783\#issuecomment-1596655284.

* Improvements for non-tensor CPU-based CeedBasisApply for q_comp > 1

* Revert previous commit since it's faster to apply in P*Q panels, remove an unncessary LIBXSMM kernel compilation

* Remove an unused macro

* make format

* Rely on LIBXSMM to cache JIT'd kernels

* LIBXSMM dispatched kernels for xsmm/serial backend

* Combine ceed-xsmm-tensor-fp64 and -fp32 into single file for all precisions

* Address PR comments

* Update GitLab CI LIBXSMM version

show more ...


# 2ab8f9ab 17-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1213 from CEED/jeremy/use-refcopy

Consistency with Ceed*Refrence and Ceed*ReferenceCopy


# db002c03 11-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy


# 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


123