| de24ff68 | 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/test-backends' [PR #83]
* jed/test-backends: travis: use make -j2 Makefile: report which backends are to be tested tests: activate backends from Makefile; can also use comman
Merge branch 'jed/test-backends' [PR #83]
* jed/test-backends: travis: use make -j2 Makefile: report which backends are to be tested tests: activate backends from Makefile; can also use command line
show more ...
|
| 237aebb1 | 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
travis: use make -j2 |
| a5dc8077 | 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: report which backends are to be tested |
| ce41f623 | 27-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
tests: activate backends from Makefile; can also use command line |
| 983ae021 | 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'cpu/opt' [PR #82]
* cpu/opt: [Opt] Add first version of opt backend, use colocated grad Add backend prioritization Add t17-basis to test BasisApply for GRAD and TRANSPOSE |
| 20e3ffd5 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[Opt] Add first version of opt backend, use colocated grad |
| 44951fc6 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add backend prioritization |
| 5560f562 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add t17-basis to test BasisApply for GRAD and TRANSPOSE |
| 8d1fb731 | 28-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
make style |
| b1cd1177 | 27-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'RefFactorizeGrad' [PR #76]
* RefFactorizeGrad: CeedQRFactorization: simplify/tighten implementation Add HouseholderApply function, modify arguments to QRFactorization and t15 add
Merge branch 'RefFactorizeGrad' [PR #76]
* RefFactorizeGrad: CeedQRFactorization: simplify/tighten implementation Add HouseholderApply function, modify arguments to QRFactorization and t15 added t16-basis-f Update Fortran interface, add t15-basis-f Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16
show more ...
|
| 7ec2e745 | 26-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
CeedQRFactorization: simplify/tighten implementation
Fix small error and t15 output.. Note that this Householder factorization uses the usual sign convention to choose which reflection to choose. T
CeedQRFactorization: simplify/tighten implementation
Fix small error and t15 output.. Note that this Householder factorization uses the usual sign convention to choose which reflection to choose. This sometimes chooses a different reflector than the previous implementation. Also add a non-square t16-basis.
Thanks-to: Jeremy Thompson
show more ...
|
| 4ec33100 | 26-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add HouseholderApply function, modify arguments to QRFactorization and t15 |
| 5552cfc8 | 01-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
added t16-basis-f |
| 567d9990 | 01-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Fortran interface, add t15-basis-f |
| 48525cd2 | 30-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16 |
| 2fdaf0a4 | 25-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'tensor-contract-opt' [PR #79]
* tensor-contract-opt: Add C99 restrict to help CeedTensorContract_Ref Increase readability of tensor contract Optimize the reference tensor contrac
Merge branch 'tensor-contract-opt' [PR #79]
* tensor-contract-opt: Add C99 restrict to help CeedTensorContract_Ref Increase readability of tensor contract Optimize the reference tensor contraction
show more ...
|
| 12170c1e | 25-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
Add C99 restrict to help CeedTensorContract_Ref |
| 282be9a0 | 22-Jun-2018 |
Steven Roberts <roberts115@llnl.gov> |
Increase readability of tensor contract |
| 1c19f432 | 22-Jun-2018 |
Steven Roberts <roberts115@llnl.gov> |
Optimize the reference tensor contraction |
| d3853128 | 21-Jun-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #77 from CEED/FortranBasisView
CeedBasisView for Fortran |
| 3b28edd6 | 07-Jun-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
libCEED: Multiply esize by ncomp |
| fda33275 | 06-Jun-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Add Nek5000 BP3 with libCEED and
* Fix a bug in the element-restriction code. |
| 73cbcbb6 | 01-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Possible BasisView implimentation for Fortran |
| d2ac485c | 01-Jun-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Update bp1.usr, make-nek/run-nek-examples.sh |
| acd3052e | 31-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Remove redundant data copying |