History log of /libCEED/ (Results 576 – 600 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a64df93228-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ci - use newer MFEM

70dc807828-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

dealii - update to newer syntax

7de238d328-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

leak - fix leaks in fluids ex

d06a2c1228-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - fix warning in ceed/ex2

637f263a28-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

leak - fix leak in mfem ex

4dbe2ad527-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

leak - fix leak in multigrid ex

42a37a0b27-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

leak - fix leak in bpsraw

229d7ba323-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1649 from CEED/jeremy/memcheck-invalidate

memcheck - invalidate arrays before freeing

d1931fc823-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

memcheck - invalidate arrays before freeing

bd7a0ce722-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1647 from CEED/jeremy/fix-call

Small Bugfixes

df8a6b4322-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

test - fix input misordering

bf84744c22-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

leak - add missing CeedFree for string

5a5594ff22-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - fix CeedCall() vs CeedCallBackend() in backend code

f8a0df5921-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Skip duplicate transpose restrictions (#1645)

* cpu - skip duplicate output rstr

* cuda - skip duplicate output rstr

* hip - skip duplicate output rstr

4b3e95d521-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

GPU Gen Reorganize (#1637)

* cuda - pull out basis setup for gen

* cuda - functions for adding basis, rstr gen actions

* cuda - pull QFunction logic into separate fn for gen

* cuda - minor

GPU Gen Reorganize (#1637)

* cuda - pull out basis setup for gen

* cuda - functions for adding basis, rstr gen actions

* cuda - pull QFunction logic into separate fn for gen

* cuda - minor formatting

* cuda - fix basis errorr

* cuda - rename collograd_parallelization to 3d_slices

* cuda - another gen setup function separated

* hip - update gen source building to match cuda

* gpu - fix min size of QF inputs for gen

show more ...

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


backends/cuda-ref/ceed-cuda-ref-basis.c
backends/cuda-shared/ceed-cuda-shared-basis.c
backends/cuda-shared/ceed-cuda-shared.h
backends/hip-ref/ceed-hip-ref-basis.c
backends/hip-shared/ceed-hip-shared-basis.c
backends/hip-shared/ceed-hip-shared.h
backends/magma/ceed-magma-basis.c
backends/magma/ceed-magma.h
backends/ref/ceed-ref-basis.c
include/ceed-impl.h
include/ceed/ceed.h
include/ceed/jit-source/cuda/cuda-ref-basis-nontensor-templates.h
include/ceed/jit-source/cuda/cuda-ref-basis-tensor-at-points.h
include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble.h
include/ceed/jit-source/cuda/cuda-ref-restriction-at-points.h
include/ceed/jit-source/cuda/cuda-ref-restriction-curl-oriented.h
include/ceed/jit-source/cuda/cuda-ref-restriction-offset.h
include/ceed/jit-source/cuda/cuda-ref-restriction-oriented.h
include/ceed/jit-source/cuda/cuda-shared-basis-read-write-templates.h
include/ceed/jit-source/cuda/cuda-shared-basis-tensor-templates.h
include/ceed/jit-source/cuda/cuda-shared-basis-tensor.h
include/ceed/jit-source/hip/hip-ref-basis-nontensor-templates.h
include/ceed/jit-source/hip/hip-ref-basis-tensor-at-points.h
include/ceed/jit-source/hip/hip-ref-basis-tensor.h
include/ceed/jit-source/hip/hip-ref-operator-assemble.h
include/ceed/jit-source/hip/hip-ref-restriction-at-points.h
include/ceed/jit-source/hip/hip-ref-restriction-curl-oriented.h
include/ceed/jit-source/hip/hip-ref-restriction-offset.h
include/ceed/jit-source/hip/hip-ref-restriction-oriented.h
include/ceed/jit-source/hip/hip-shared-basis-read-write-templates.h
include/ceed/jit-source/hip/hip-shared-basis-tensor-templates.h
include/ceed/jit-source/hip/hip-shared-basis-tensor.h
include/ceed/jit-source/magma/magma-basis-grad-1d.h
include/ceed/jit-source/magma/magma-basis-grad-2d.h
include/ceed/jit-source/magma/magma-basis-grad-3d.h
include/ceed/jit-source/magma/magma-basis-interp-1d.h
include/ceed/jit-source/magma/magma-basis-interp-2d.h
include/ceed/jit-source/magma/magma-basis-interp-3d.h
include/ceed/jit-source/magma/magma-basis-interp-deriv-nontensor.h
include/ceed/jit-source/magma/magma-common-nontensor.h
include/ceed/jit-source/magma/magma-common-tensor.h
interface/ceed-basis.c
interface/ceed.c
tests/README.md
tests/t360-basis.c
tests/t361-basis.c
tests/t362-basis.c
tests/t363-basis.c
tests/t364-basis.c
tests/t365-basis.c
50ca0d9605-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1643 from CEED/jeremy/less-rstr

Minor performance improvement for op with repeat input rstr

3aab95c005-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - minor performance improvement for op with repeat input rstr

68667be502-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1642 from CEED/jeremy/zero-qvec

atpoints - fix diagonal bug with stale qvec data

1306280802-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

atpoints - remove some extra operations

86e1072902-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

atpoints - fix diagonal bug with stale qvec data

593bd0c902-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1641 from CEED/jeremy/fix-at-points-diag

Fix diagonal assembly for mixed operators AtPoints

382e9c8302-Aug-2024 Jeremy L Thompson <jeremy@jeremylt.org>

atPoints - fix diagonal assembly for mixed

80859cf516-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1638 from CEED/jeremy/min-qf-size

gpu - minimum input/output array size of 1

9b443e3b16-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - minimum input/output array size of 1

1...<<21222324252627282930>>...226