| 07072315 | 30-Oct-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
gitlab - temporarily drop MAGMA ci until new hipMAGMA ready on Noether |
| 78816dbb | 09-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Add short FFI section to docs |
| 5733d6a4 | 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: codecov CI |
| 543ea789 | 22-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: Travis CI |
| ee83402c | 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: automatic code formatting |
| 6f5dc8ba | 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: documentation |
| 6cf3b68d | 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: examples |
| 37fad103 | 25-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: unit tests |
| 44554ea0 | 22-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Julia: LibCEED.jl Julia interface |
| fc164cf7 | 09-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Make fallback Ceed use Error callback of parent |
| f9982c62 | 29-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Use pointer to va_list in error handler
va_list is implementation defined, so a pointer works better with FFI. |
| 7a5938bd | 09-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Bugfix in `CeedOperatorLinearAssembleAddDiagonal` |
| 278f913b | 29-Sep-2020 |
Will Pazner <will.e.p@gmail.com> |
Bugfix in `CeedQFunctionCreateInteriorByName` |
| ddb811d6 | 02-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Update t504 and t523 output with correct field names |
| 829936ee | 02-Oct-2020 |
Will Pazner <will.e.p@gmail.com> |
Bugfix in `CeedOperatorSingleView` |
| db401ab6 | 25-Oct-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #633 from CEED/icl/hip-magma
enable HIP mode for MAGMA backend |
| 9bf9a246 | 15-Oct-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #644 from CEED/jeremy/travis-job-name
Travis - fix check against job name |
| 4050d1b7 | 15-Oct-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Travis - fix check against job name |
| aba1e1b4 | 15-Oct-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #643 from CEED/jeremy/match-length
Ceed - require 2+ chars to match in resource |
| 8f7c06a6 | 15-Oct-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Ceed - require 2+ chars to match in resource; every resource starts with / |
| c9f8acf2 | 05-Oct-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
CI - add hipMAGMA to CI (#641)
* CI - add hipMAGMA to CI
* Magma - add clearer error message for unsupported basis ranges
* make style |
| 5debdf81 | 01-Oct-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add CEED_ to header guards |
| 655f042f | 01-Oct-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
switch ordering of hip and MAGMA backends in README |
| f90a3bf7 | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
move basis kernels to common folder |
| 4bd73791 | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add macro for dynamic shared memory, CUDA or HIP |