| 93b6d819 | 21-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
updated test/junit-xml folder (copied from Ratel). |
| 3d94f746 | 21-Sep-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
removed tap.sh and updated junit.py |
| dbac3b9f | 06-Sep-2022 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Fix t568 bug (#1065)
* Add multi-component apply QFunction to t568
* junit.py: Add t568 back to GPU backend testing |
| 963d8636 | 06-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libcee
t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libceed and reference values. This conditional ensures that output will print in such cases.
This test is BROKEN on /gpu/cuda/gen and /gpu/hip/*. This will need to be addressed in a future issue.
Reported-by: Natalie Beams <nbeams@icl.utk.edu>
show more ...
|
| c9c2c079 | 05-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
QF headers for typedefs and macros (#1036)
* jit - qf headers for typedefs and macros
* jit - smaller list of permitted files
* ceed - only include ceed.h in QF source |
| 14556e63 | 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add gradient to projection bases |
| 2ae780f2 | 30-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - verify that memcheck catches ctx writes in ci |
| 600b7929 | 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update tests to use CeedInt_FMT |
| 3cb13594 | 27-Jun-2022 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Merge pull request #973 from CEED/icl/magma-rtc
Use RTC for MAGMA tensor basis kernels and element restrictions |
| 17be3a41 | 23-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update style since I'm touching the file |
| a2cba4be | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/assembly-fix |
| 12070e41 | 26-May-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Remove restrictions on tests for MAGMA backend when using tensor basis kernels |
| 0f58c348 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - add QFContext impl |
| c9a77dd1 | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add test for assembly w/non-square D |
| 10a06a06 | 01-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update t566/567 indexing |
| 96461910 | 18-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add t567, assembly of non-symmetric multi-component Poisson |
| 093bb6db | 18-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - add NOPAD for t566 |
| 918d4e1f | 18-May-2022 |
Jed Brown <jed@jedbrown.org> |
t566-operator: Use row-major indexing for both matrices |
| cbe927a4 | 18-May-2022 |
Jed Brown <jed@jedbrown.org> |
t566-operator: fix some indexing |
| 49d98ead | 18-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Update tests/t566-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| b8edc0e7 | 17-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add test for non-symmetric assembly |
| 9a3a46e1 | 07-Jun-2022 |
Jeremy Luke Thompson <jeth8984@noether> |
test - modify t406 to test for # bug |
| f5ebfb90 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - more data in view |
| 7173c8dc | 02-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tests - more complex source include testing |
| ea6b5821 | 06-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add optional name for Operators |