| a8c14239 | 02-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #423 from CEED/jeremy/small-fixes
Small fixes from Python Work |
| 5afe0718 | 23-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - fix up composite operator delegation |
| 773cc6e0 | 23-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - drop QFAssemble delegation |
| 3e0c3786 | 18-Nov-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Make cuda backends implement OperatorApplyAdd instead of OperatorApply. |
| 250756a7 | 08-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - provide default impl of Composite Operators |
| cae8b89a | 07-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add OperatorApplyAdd, implement for CPU, OCCA backends |
| 70dc8cf2 | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
OCCA - Fix QFunctionApply for No Op |
| 5107b09f | 18-Nov-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix
Delegate AssembleLinearQF to ref/serial when not impl (#406)
* Operator - delegate AssembleLinearQF to ref/serial when not impl by backend
* Occa - Fix restriction summing error
* Tests - fix error in t534-f qfunction for CPU
* make style
* Operator - clarify fallback mechanism, allow backends to provide fallback other than /cpu/self/ref/serial
* Operator - update fallback to avoid copying vectors, restrictions
* Operator - move fallback to ceed level
* Operator - explicitly check for falling back to onself
* Update interface/ceed-operator.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
show more ...
|
| 503c598b | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
revert typo |
| abfaacbb | 17-Nov-2019 |
Sander Arens <sanderarens@gmail.com> |
Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen.
Now Ceed_Cuda_ref/shared/gen act like subclasses and can be properly cast to Ceed_Cuda. |
| 1ef3f58f | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Memcheck - make serial memcheck backend |
| a7b7f929 | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT |
| 55e4cc5b | 11-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - clean up qvecsout via increasing references |
| 67db23e4 | 11-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - update identity qf assemby error message |
| 53d298d0 | 06-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make sytle |
| 60f77c51 | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode |
| 16911fda | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - avoid extra memcpy for identity qfunctions |
| d4f68153 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - use CeedQFunctionUser for CeedQFunctionGetUserFunction |
| ccf0fe6f | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| cb0b5415 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - Fix indentation errors |
| 692c2638 | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix array pointer and function arg style |
| 28f1e9f5 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
AVX - remove duplicate zeroing |
| c6158135 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - fix collocated basis grad error |
| 112e3f70 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make tidy |
| 7f823360 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |