| #
a7bd39da
|
| 10-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix underinterpolation mode for /cpu/self backends
|
| #
486febe6
|
| 15-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #224 from CEED/mem-zero
Check QFunction Output Vecs
|
| #
8d75ea1b
|
| 18-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix include statements
|
| #
c71e1dcd
|
| 20-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Basis argument to TensorContractCreate
|
| #
de686571
|
| 14-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Small clang-tidy fixes (#215)
|
| #
2f86a920
|
| 13-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add CeedTensorContract object (#211)
|
| #
84a01de5
|
| 12-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Serial and Blocked AVX Backends (#198)
* Add serial AVX backend
* Style and README changes
* Simplify AVX serial tensor loop
* Minor performance improvement
* C=1 AVX scalar case
* In
Serial and Blocked AVX Backends (#198)
* Add serial AVX backend
* Style and README changes
* Simplify AVX serial tensor loop
* Minor performance improvement
* C=1 AVX scalar case
* Increase use of AVX commands for edge cases
* Prep for eventual Tensor Object
* Comment updates
* Readme update
* Update README
* Refactor to reduce code
* Increase vectorization in remainder of columns
* Vectorize column remainder on C=1 case
* Switch to static inlining for AVX tensor contract
* Tidying for merge
* make style
* Style cleanup
* Full register use for columns
* Make style
show more ...
|
| #
dc1dbf07
|
| 19-Dec-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #174 from CEED/vec-inputs
Vec inputs
|
| #
45918e5c
|
| 12-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style
|
| #
aedaa0e5
|
| 19-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector inputs for BasisApply and QFApply; CPU backends, OCCA, and tests converted
|
| #
5c32accb
|
| 18-Dec-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #172 from CEED/setters
Setters
|
| #
1dfeef1d
|
| 12-Dec-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style
|
| #
fe2413ff
|
| 14-Nov-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add setters, remove impl header from CPU, OCCA backends
|
| #
0a5a520a
|
| 06-Nov-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'getters' of github:ceed/libceed [PR #167]
* 'getters' of github:ceed/libceed: Improved documentation Add Operator/QFunction field getters Update documentation Separate to 3 hea
Merge branch 'getters' of github:ceed/libceed [PR #167]
* 'getters' of github:ceed/libceed: Improved documentation Add Operator/QFunction field getters Update documentation Separate to 3 header files First round of getters
[Remove unnecessary ceed-impl.h in merge.]
show more ...
|
| #
d863ab9b
|
| 19-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Separate to 3 header files
|
| #
4ce2993f
|
| 17-Oct-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
First round of getters
Use Getters in ref backend
Add Getters to blocked backend
Convert OCCA backend to use Getters
Add getters for backend data
|
| #
9e1c8ed3
|
| 12-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'remove-extra-ceed-args' [PR #148]
* remove-extra-ceed-args: Restore ceed argument in TensorContractRef/Opt Switch held ref ceed to delegate ceed recursively checked for Refactor
Merge branch 'remove-extra-ceed-args' [PR #148]
* remove-extra-ceed-args: Restore ceed argument in TensorContractRef/Opt Switch held ref ceed to delegate ceed recursively checked for Refactor to standardize backend create functions
show more ...
|
| #
e6e9a80e
|
| 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Restore ceed argument in TensorContractRef/Opt
|
| #
667bc5fc
|
| 29-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Refactor to standardize backend create functions
|
| #
a7dfafed
|
| 29-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'new-basis-shapes' [PR #97]
* new-basis-shapes: Non-tensor bases
|
| #
a8de75f0
|
| 17-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Non-tensor bases
Add simplex integration test
Add simplex grad test
Style changes
Common header for t32* tests, reorder grad
Add t520 operator test with 2D simplex basis
Add t501 and t521 non-z
Non-tensor bases
Add simplex integration test
Add simplex grad test
Style changes
Common header for t32* tests, reorder grad
Add t520 operator test with 2D simplex basis
Add t501 and t521 non-zero operator tests
Adjust Fortran tests for clarity
Explicitly cast Fortran values as doubles in tests
Modify PR97 for new Fortran interface
Flaten CEED_TOPO to include dimension
Rebase PR 97 to new testing convention
Reorder ElemTopo to embed dimension bitwise, doc fix
Switch numbering convention, add GetTopologyDimension
Fortran headers for t31* and t51*, adjust PR97 for COLLOCATED typo
show more ...
|
| #
f82d2baa
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape
Merge branch 'cleanup' [PR #118]
* cleanup: make style, excluding backends/{occa,magma} make style: fix interface and include paths docs: fix capitalization doc: add developer notes on shape and adopt convention Standardize CeedIntPow and CeedIntMin Move and document CeedIntMin, document CeedPowInt Add function levels Update Doxygen output naming Add Test List to Doxygen Doxygen interface comment updates Remove redundant doxygen comments Documentation updating for t500 Move ceed* files to 'inteface' directory, comment cleanup Further CPU backend commenting and cleaning Reorder tests, renumber for future expansion Clean up and tighten Opt and Ref backends
show more ...
|
| #
4b8bea3b
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma}
|
| #
ecf6354e
|
| 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention i
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention is described in new developer notes. I did not change comments in backends/{occa,magma} because there is outstanding development that may interfere with merging.
show more ...
|
| #
b5cf12ee
|
| 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin
|