| edfbf3a6 | 19-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints |
| d429f2b7 | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1257 from CEED/jrwrigh/remove_l2_proj_func
fluids: Remove ComputeL2Projection function |
| 90b62d40 | 18-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 |
| 9fcc926a | 13-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove ComputeL2Projection function
- It's superseded by using `NodalProjectionData` + `ApplyCeedOperator*` + `KSPSolve` |
| 65ba01ba | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't show partition stats for serial jobs
- It results in nans which may confuse users. |
| 7e360610 | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1261 from CEED/jrwrigh/fix-ifort-ci
ci: Fix ifort configuration |
| 7113573b | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
ci: Fix ifort configuration
- Looks like intel changed names for their fortran compiler debian package |
| 43f92a15 | 13-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 |
| abfff76a | 13-Jul-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1247 from CEED/jrwrigh/fluids-part-info
fluids: Add partition statistics to standard output |
| ce11f295 | 11-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` |
| 05efb956 | 12-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revert undesired change to ceed-ref-tensor.c |
| c8a55531 | 12-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Combine ceed-avx-tensor-f64 and -f32 into a single file for all precisions |
| d4fddeaa | 12-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1164 from CEED/jeremy/basis-at-points
Basis Eval at arbitrary points |
| df826c1f | 12-Jul-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1253 from CEED/jeremy/fix-readme
README fixes |
| 2a94f45f | 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisApplyAtPoints transpose mode |
| c8c3fa7d | 21-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisApplyAtPoints |
| 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 ...
|
| f0b1efff | 12-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
readme - fix urls |
| 63ca1801 | 08-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 |
| 1f97d2f1 | 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fixup errors |
| 23d4529e | 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - add debug color enum |
| 8811b53c | 06-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - error if QFunction application gives NaNs |
| dd39767d | 06-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - use CeedSize in for loops as needed |
| df852985 | 06-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - warn in CEED_DEBUG if NaN remains after restoring write-only access |
| b3d4ed2c | 07-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 |