| #
b83dc4da
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - drop SmartSim test on ROCm
|
| #
73c23039
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1538 from CEED/jeremy/fluids-int64
Enable int64 testing for PETSc examples
|
| #
4d00b080
|
| 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - enable int64 testing for PETSc examples, small fixes for compatibility
|
| #
62600ae0
|
| 14-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1513 from CEED/jeremy/pad-both
Fix CI Issues
|
| #
a4b1483e
|
| 13-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use latest OCCA, MFEM
|
| #
9e9358dc
|
| 13-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - run tidy on all backends
|
| #
38cff5a3
|
| 13-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - update SYCL_DIR for CI
|
| #
9ad1dbfd
|
| 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1512 from CEED/jeremy/asan-memcheck-ci
Add memcheck+asan CI job
|
| #
ad037b63
|
| 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - run ASAN against all 'built in' CPU backends
|
| #
53928bd0
|
| 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add memcheck+asan job
|
| #
1f70653f
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1488 from CEED/jeremy/const-path
Const for CeedQFunctionGetSourcePath
|
| #
26a4920c
|
| 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add basic SYCL build job
|
| #
694f24b0
|
| 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1436 from peterrum/dealii
Add deal.II example
|
| #
8c81f8b0
|
| 23-Dec-2023 |
Peter Munch <peterrmuench@gmail.com> |
Add deal.II example
Co-authored-by: jeremylt <jeremy@jeremylt.org>
|
| #
3451ca54
|
| 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1203 from CEED/jrwrigh/smartsim
fluids: SmartSim Online Data-Driven SGS training
|
| #
e17e35bb
|
| 29-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add smartsim regression testing
Requires that the fluids code be built with SMARTREDIS_DIR set, and in an environment with SmartSim (Python library) installed as well.
Co-authored by: Zach
fluids: Add smartsim regression testing
Requires that the fluids code be built with SMARTREDIS_DIR set, and in an environment with SmartSim (Python library) installed as well.
Co-authored by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| #
36f34280
|
| 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'kjansen/DropPotentialFromEtot' of ssh://github.com/CEED/libCEED into kjansen/DropPotentialFromEtot
|
| #
19868e18
|
| 12-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add parallelism within test files (#1372)
* Add parallelism within test files
* Remove NPROC_POOL from nek tests
* Fix formatting
|
| #
4da3b05b
|
| 18-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1296 from CEED/jed/ci-rocm-5.6.0
ci: use /opt/rocm-5.6.0
|
| #
628bebf4
|
| 18-Aug-2023 |
Jed Brown <jed@jedbrown.org> |
ci: use /opt/rocm-5.6.0
|
| #
1b16049a
|
| 11-Aug-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
refactor junit.py for parity with Ratel (#1285)
* refactor junit.py for parity with Ratel
* clean up list of backends for CLI input to junit
* Improve readability and add documentation
* cl
refactor junit.py for parity with Ratel (#1285)
* refactor junit.py for parity with Ratel
* clean up list of backends for CLI input to junit
* Improve readability and add documentation
* cleanup common code and CLI
* add JUnit batch to command line args
* Fix issue with JUnit output files
show more ...
|
| #
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 ...
|
| #
3e21044e
|
| 22-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1218 from CEED/jed/rocm-5.5
ci: update to rocm-5.5
|
| #
dae99eaa
|
| 20-May-2023 |
Jed Brown <jed@jedbrown.org> |
ci: update to rocm-5.5
|
| #
6efbd0f3
|
| 18-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1216 from CEED/jeremy/tidy-error
Error in CI on clang-tidy errors
|