History log of /libCEED/backends/ (Results 951 – 975 of 1139)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d7b241e609-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Move ceed* files to 'inteface' directory, comment cleanup

8d94b05909-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Further CPU backend commenting and cleaning


/libCEED/Makefile
optimized/ceed-opt-basis.c
optimized/ceed-opt-operator.c
optimized/ceed-opt.c
ref/ceed-ref-basis.c
ref/ceed-ref-operator.c
ref/ceed-ref-restriction.c
template/ceed-tmpl.c
/libCEED/output/t202-elemrestriction-f.out
/libCEED/output/t202-elemrestriction.out
/libCEED/output/t203-elemrestriction-f.out
/libCEED/output/t203-elemrestriction.out
/libCEED/output/t300-basis-f.out
/libCEED/output/t300-basis.out
/libCEED/output/t306-basis-f.out
/libCEED/output/t306-basis.out
/libCEED/output/t307-basis-f.out
/libCEED/output/t307-basis.out
/libCEED/tests/t000-init-f.f
/libCEED/tests/t000-init.c
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t100-vec.c
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t101-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t300-basis-f.f
/libCEED/tests/t300-basis.c
/libCEED/tests/t301-basis-f.f
/libCEED/tests/t301-basis.c
/libCEED/tests/t302-basis-f.f
/libCEED/tests/t302-basis.c
/libCEED/tests/t303-basis-f.f
/libCEED/tests/t303-basis.c
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis-f.f
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis-f.f
/libCEED/tests/t306-basis.c
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t400-qfunction-f.f
/libCEED/tests/t400-qfunction-f.okl
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t400-qfunction.okl
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator-f.okl
/libCEED/tests/t500-operator.c
/libCEED/tests/t500-operator.okl
/libCEED/tests/tap.sh
a2b73c8109-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Clean up and tighten Opt and Ref backends

3105597109-Aug-2018 dmed256 <dmed256@gmail.com>

[OCCA] Qfunction data dim is set from basis

e518893831-Jul-2018 dmed256 <dmed256@gmail.com>

[OCCA] Initialized restriction kernels to occaUndefined

7461d0ec28-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[OCCA] Attempting to 'turn on' CEED_EVAL_GRAD for output

e51e10c709-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add/Fix switch in Opt BasisApply

b27bfdc009-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add improvements from jed/opt-vectorize

3e75449807-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

8x vectorization for Opt

a87349be08-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix typo in tmpl backend init

4068aa2507-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix dangling bracket in MAGMA

39dea11b07-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Comment update, remove unneeded guard on VectorDestroy

135a076e07-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Create RestrictionCreateIdentity, convert examples, simplify OperaterApply

a4b3319406-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'batched-basis-apply' [PR #110]

* batched-basis-apply:
Style and documentation updates
Error message for BasisApply when nelem != 1
Add nelem argument to BasisApply

0c7a96bb05-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Style and documentation updates

2e18169906-Aug-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'RestrictionBatch' [PR #106]

* RestrictionBatch:
Clean up/reorder blocked loop
Update loops
Style
More loop tightening
Tighten loop structure for permute and pad
Document nc

Merge branch 'RestrictionBatch' [PR #106]

* RestrictionBatch:
Clean up/reorder blocked loop
Update loops
Style
More loop tightening
Tighten loop structure for permute and pad
Document ncomp (description/name ndof is incorrect)
Documentation update
Loop and style updates
Tap exception for backends that don't yet support Blocked restriction
Added RestrictionCreateBlocked, only implimented in Ref, and t06

show more ...

06cdd26906-Aug-2018 Jed Brown <jed@jedbrown.org>

Clean up/reorder blocked loop

7fe495dc06-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Update loops

170d5e7106-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Style

5f2ab5ae06-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

More loop tightening

a92b91d605-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Loop and style updates

c44a85f405-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Error message for BasisApply when nelem != 1

d318188105-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add nelem argument to BasisApply

4e35ef0501-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Added RestrictionCreateBlocked, only implimented in Ref, and t06

cb661df101-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Remove !! in Operator setup

1...<<31323334353637383940>>...46