History log of /libCEED/ (Results 1401 – 1425 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
38293ee631-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for Magma backends

dd64fc8431-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for SYCL backends

Co-authored-by: James Wright <james@jameswright.xyz>

dfc85eef12-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1332 from CEED/jeremy/walrus

junit - remove walrus for old systems

97fab44312-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

junit - remove walrus for old systems

b745371331-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for HIP backends

ca73553031-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for CUDA backends


backends/blocked/ceed-blocked.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-gen/ceed-cuda-gen-operator.c
backends/cuda-gen/ceed-cuda-gen-qfunction.c
backends/cuda-gen/ceed-cuda-gen.c
backends/cuda-ref/ceed-cuda-ref-basis.c
backends/cuda-ref/ceed-cuda-ref-operator.c
backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
backends/cuda-ref/ceed-cuda-ref-qfunction.c
backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
backends/cuda-ref/ceed-cuda-ref-restriction.c
backends/cuda-ref/ceed-cuda-ref-vector.c
backends/cuda-ref/ceed-cuda-ref.c
backends/cuda-ref/ceed-cuda-ref.h
backends/cuda-ref/kernels/cuda-ref-vector.cu
backends/cuda-shared/ceed-cuda-shared-basis.c
backends/cuda-shared/ceed-cuda-shared.c
backends/cuda-shared/kernels/cuda-shared-basis.cu
backends/cuda/ceed-cuda-common.c
backends/cuda/ceed-cuda-compile.cpp
backends/hip-gen/ceed-hip-gen.c
backends/hip-ref/ceed-hip-ref-restriction.c
backends/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-serial.c
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/sycl-gen/ceed-sycl-gen.sycl.cpp
include/ceed/backend.h
include/ceed/jit-source/cuda/cuda-gen-templates.h
include/ceed/jit-source/cuda/cuda-ref-basis-nontensor.h
include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble.h
include/ceed/jit-source/cuda/cuda-ref-restriction.h
include/ceed/jit-source/cuda/cuda-shared-basis-read-write-templates.h
interface/ceed.c
julia/LibCEED.jl/src/generated/libceed_bindings.jl
fddff34812-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1233 from CEED/jrwrigh/pbdiagonal_symbolic

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic

07328cde11-Sep-2023 James Wright <james@jameswright.xyz>

test: Add fluids test for MatShell code

- Previously, `-amat_type shell -pmat_pbdiagonal` weren't tested at all
- This also helps to test `CeedOperatorLinearAssemblePointBlockDiagonalSymbolic`

01f0e61518-Jun-2023 James Wright <james@jameswright.xyz>

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic

7c4ffff508-Sep-2023 James Wright <james@jameswright.xyz>

Merge pull request #1329 from CEED/jrwrigh/fluids_packdata

fluids: Add qdata packing/unpacking helpers

f3e1584407-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Add QF value qdata packing/unpacking

ad70ee2c30-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for CPU backends

b6178d3907-Sep-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1327 from CEED/sjg/tests-pedantic-pass

Fix for `make PEDANTIC=1 prove`

72b1cdfa07-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Fix for running tests with PEDANTIC option, which turns on -Werror

8baaa3b307-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1321 from CEED/jeremy/vec-bug

gpu - fix SetArray on device logic bug

e64bb3f305-Sep-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Update clang-format version to v16 (#1317)

Update clang-format version to v16 (Homebrew default since Spring 2023)

98ef505e05-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1325 from CEED/zach/fix-coord-ordering-basis-tests

Change coordinate ordering to be consistent with tensor basis application

ba855c7505-Sep-2023 Zach Atkins <zach.atkins@colorado.edu>

fix single precision test

53ef286905-Sep-2023 Zach Atkins <zach.atkins@colorado.edu>

Fix order of tensor contractions for `CeedBasisApplyAtPoints` (#1324)

* Fix order of tensor contractions such that x is the inner dimension

* Fix typo in docstring (arbirtary -> arbitrary)

3c9d155a05-Sep-2023 Zach Atkins <zach.atkins@colorado.edu>

Change coordinate ordering to be consistent with tensor basis application

c6c10e0901-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1322 from CEED/sjg/header-guards-fix

Fix a few header includes following PR #1320

17b5e52f01-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Fix a few header includes following PR #1320

31c137a901-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1320 from CEED/jeremy/jit-header-guards

style - fix header guards


backends/avx/ceed-avx-tensor.c
backends/avx/ceed-avx.h
backends/blocked/ceed-blocked.h
backends/cuda-gen/ceed-cuda-gen-operator-build.h
backends/cuda-gen/ceed-cuda-gen.h
backends/cuda-ref/ceed-cuda-ref-qfunction-load.h
backends/cuda-ref/ceed-cuda-ref.h
backends/cuda-shared/ceed-cuda-shared.h
backends/cuda/ceed-cuda-common.h
backends/cuda/ceed-cuda-compile.h
backends/hip-gen/ceed-hip-gen-operator-build.h
backends/hip-gen/ceed-hip-gen.h
backends/hip-ref/ceed-hip-ref-qfunction-load.h
backends/hip-ref/ceed-hip-ref.h
backends/hip-shared/ceed-hip-shared.h
backends/hip/ceed-hip-common.h
backends/hip/ceed-hip-compile.h
backends/magma/ceed-magma-common.h
backends/magma/ceed-magma.h
backends/memcheck/ceed-memcheck.h
backends/opt/ceed-opt.h
backends/ref/ceed-ref.h
include/ceed-fortran-name.h
include/ceed-impl.h
include/ceed/backend.h
include/ceed/ceed-f32.h
include/ceed/ceed-f64.h
include/ceed/ceed.h
include/ceed/cuda.h
include/ceed/hip.h
include/ceed/jit-source/cuda/cuda-atomic-add-fallback.h
include/ceed/jit-source/cuda/cuda-gen-templates.h
include/ceed/jit-source/cuda/cuda-jit.h
include/ceed/jit-source/cuda/cuda-ref-basis-nontensor.h
include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble.h
include/ceed/jit-source/cuda/cuda-ref-qfunction.h
include/ceed/jit-source/cuda/cuda-ref-restriction.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/cuda/cuda-types.h
include/ceed/jit-source/gallery/ceed-identity.h
include/ceed/jit-source/gallery/ceed-mass1dbuild.h
include/ceed/jit-source/gallery/ceed-mass2dbuild.h
include/ceed/jit-source/gallery/ceed-mass3dbuild.h
include/ceed/jit-source/gallery/ceed-massapply.h
include/ceed/jit-source/gallery/ceed-poisson1dapply.h
include/ceed/jit-source/gallery/ceed-poisson1dbuild.h
include/ceed/jit-source/gallery/ceed-poisson2dapply.h
include/ceed/jit-source/gallery/ceed-poisson2dbuild.h
include/ceed/jit-source/gallery/ceed-poisson3dapply.h
include/ceed/jit-source/gallery/ceed-poisson3dbuild.h
include/ceed/jit-source/gallery/ceed-scale.h
include/ceed/jit-source/gallery/ceed-vectormassapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson1dapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson2dapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson3dapply.h
include/ceed/jit-source/hip/hip-gen-templates.h
include/ceed/jit-source/hip/hip-jit.h
include/ceed/jit-source/hip/hip-ref-basis-nontensor.h
include/ceed/jit-source/hip/hip-ref-basis-tensor.h
include/ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
include/ceed/jit-source/hip/hip-ref-operator-assemble.h
include/ceed/jit-source/hip/hip-ref-qfunction.h
include/ceed/jit-source/hip/hip-ref-restriction.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/hip/hip-types.h
include/ceed/jit-source/sycl/sycl-gen-templates.h
include/ceed/jit-source/sycl/sycl-jit.h
include/ceed/jit-source/sycl/sycl-ref-qfunction.h
include/ceed/jit-source/sycl/sycl-shared-basis-read-write-templates.h
include/ceed/jit-source/sycl/sycl-shared-basis-tensor-templates.h
include/ceed/jit-source/sycl/sycl-shared-basis-tensor.h
include/ceed/jit-source/sycl/sycl-types.h
include/ceed/jit-tools.h
include/ceed/types.h
3ce2313b01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - fix SetArray on device logic bug

94b7b29b01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix header guards


backends/avx/ceed-avx-tensor.c
backends/avx/ceed-avx.h
backends/blocked/ceed-blocked.h
backends/cuda-gen/ceed-cuda-gen-operator-build.h
backends/cuda-gen/ceed-cuda-gen.h
backends/cuda-ref/ceed-cuda-ref-qfunction-load.h
backends/cuda-ref/ceed-cuda-ref.h
backends/cuda-shared/ceed-cuda-shared.h
backends/cuda/ceed-cuda-common.h
backends/cuda/ceed-cuda-compile.h
backends/hip-gen/ceed-hip-gen-operator-build.h
backends/hip-gen/ceed-hip-gen.h
backends/hip-ref/ceed-hip-ref-qfunction-load.h
backends/hip-ref/ceed-hip-ref.h
backends/hip-shared/ceed-hip-shared.h
backends/hip/ceed-hip-common.h
backends/hip/ceed-hip-compile.h
backends/magma/ceed-magma-common.h
backends/magma/ceed-magma.h
backends/memcheck/ceed-memcheck.h
backends/opt/ceed-opt.h
backends/ref/ceed-ref.h
include/ceed-fortran-name.h
include/ceed-impl.h
include/ceed/backend.h
include/ceed/ceed-f32.h
include/ceed/ceed-f64.h
include/ceed/ceed.h
include/ceed/cuda.h
include/ceed/hip.h
include/ceed/jit-source/cuda/cuda-atomic-add-fallback.h
include/ceed/jit-source/cuda/cuda-gen-templates.h
include/ceed/jit-source/cuda/cuda-jit.h
include/ceed/jit-source/cuda/cuda-ref-basis-nontensor.h
include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
include/ceed/jit-source/cuda/cuda-ref-operator-assemble.h
include/ceed/jit-source/cuda/cuda-ref-qfunction.h
include/ceed/jit-source/cuda/cuda-ref-restriction.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/cuda/cuda-types.h
include/ceed/jit-source/gallery/ceed-identity.h
include/ceed/jit-source/gallery/ceed-mass1dbuild.h
include/ceed/jit-source/gallery/ceed-mass2dbuild.h
include/ceed/jit-source/gallery/ceed-mass3dbuild.h
include/ceed/jit-source/gallery/ceed-massapply.h
include/ceed/jit-source/gallery/ceed-poisson1dapply.h
include/ceed/jit-source/gallery/ceed-poisson1dbuild.h
include/ceed/jit-source/gallery/ceed-poisson2dapply.h
include/ceed/jit-source/gallery/ceed-poisson2dbuild.h
include/ceed/jit-source/gallery/ceed-poisson3dapply.h
include/ceed/jit-source/gallery/ceed-poisson3dbuild.h
include/ceed/jit-source/gallery/ceed-scale.h
include/ceed/jit-source/gallery/ceed-vectormassapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson1dapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson2dapply.h
include/ceed/jit-source/gallery/ceed-vectorpoisson3dapply.h
include/ceed/jit-source/hip/hip-gen-templates.h
include/ceed/jit-source/hip/hip-jit.h
include/ceed/jit-source/hip/hip-ref-basis-nontensor.h
include/ceed/jit-source/hip/hip-ref-basis-tensor.h
include/ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
include/ceed/jit-source/hip/hip-ref-operator-assemble.h
include/ceed/jit-source/hip/hip-ref-qfunction.h
include/ceed/jit-source/hip/hip-ref-restriction.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/hip/hip-types.h
include/ceed/jit-source/sycl/sycl-gen-templates.h
include/ceed/jit-source/sycl/sycl-jit.h
include/ceed/jit-source/sycl/sycl-ref-qfunction.h
include/ceed/jit-source/sycl/sycl-shared-basis-read-write-templates.h
include/ceed/jit-source/sycl/sycl-shared-basis-tensor-templates.h
include/ceed/jit-source/sycl/sycl-shared-basis-tensor.h
include/ceed/jit-source/sycl/sycl-types.h
include/ceed/jit-tools.h
include/ceed/types.h

1...<<51525354555657585960>>...226