History log of /libCEED/ (Results 1551 – 1575 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
edfbf3a619-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints

d429f2b718-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1257 from CEED/jrwrigh/remove_l2_proj_func

fluids: Remove ComputeL2Projection function

90b62d4018-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1260 from CEED/jrwrigh/partition-serial

fluids: Don't show partition stats for serial jobs

9fcc926a13-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Remove ComputeL2Projection function

- It's superseded by using `NodalProjectionData` + `ApplyCeedOperator*`
+ `KSPSolve`

65ba01ba18-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Don't show partition stats for serial jobs

- It results in nans which may confuse users.

7e36061018-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1261 from CEED/jrwrigh/fix-ifort-ci

ci: Fix ifort configuration

7113573b18-Jul-2023 James Wright <james@jameswright.xyz>

ci: Fix ifort configuration

- Looks like intel changed names for their fortran compiler debian
package

43f92a1513-Jul-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1255 from CEED/sjg/avx-backend-unify

Unify single and double precision avx backend code

abfff76a13-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1247 from CEED/jrwrigh/fluids-part-info

fluids: Add partition statistics to standard output

ce11f29511-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add neighbor statistics, changed output

- Changed "shared" to "ghost"
- Replaced the "nodes = Dofs/5" note with "5-DoF nodes"
- Use MPIU_INT instead of `PetscDataTypeToMPIDataType`

05efb95612-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Revert undesired change to ceed-ref-tensor.c

c8a5553112-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Combine ceed-avx-tensor-f64 and -f32 into a single file for all precisions

d4fddeaa12-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1164 from CEED/jeremy/basis-at-points

Basis Eval at arbitrary points

df826c1f12-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1253 from CEED/jeremy/fix-readme

README fixes

2a94f45f07-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints transpose mode

c8c3fa7d21-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints

4548da4e12-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 ...

f0b1efff12-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

readme - fix urls

63ca180108-Jul-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1249 from CEED/jeremy/memcheck-isnan

Memcheck - warn or error on NaN after write-only access

1f97d2f107-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - fixup errors

23d4529e07-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

debug - add debug color enum

8811b53c06-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

memcheck - error if QFunction application gives NaNs

dd39767d06-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

memcheck - use CeedSize in for loops as needed

df85298506-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

memcheck - warn in CEED_DEBUG if NaN remains after restoring write-only access

b3d4ed2c07-Jul-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1241 from CEED/jed/fix-vec-size-loop-vars

CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize

1...<<61626364656667686970>>...226