| 6a35ea15 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Copy Ref updates to MAGMA |
| 3bfcb0de | 09-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[WIP] Start converting MAGMA and COOA backends |
| 44951fc6 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add backend prioritization |
| e339c64f | 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
magma: make style (mixed results) |
| 7e95286b | 11-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Merge branch 'magma-dev' of https://github.com/CEED/libCEED into magma-dev |
| 2a847359 | 11-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
mollowing discussion and agreement, remove for now /cpu/magma as support is provided through /gpu/magma |
| 1dc2661b | 04-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Additional tweaks for building using IBM XL Fortran. |
| bafc3ac2 | 01-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
change of the generator to reflect bug fix and improved kernel (from Azzam; Thanks) |
| 06b636db | 01-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add missing restores; fix t30 test - it was assuming allocation initializes values to 0; bug fixes thanks to Azzam; control of templates to be done on CPU or GPU |
| 97ee337c | 01-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
some defines that control what goes through GPU code |
| ec0f8059 | 01-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add macro for debugging CUDA kernels |
| 6bb08bae | 01-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add atomics.cuh in the backened. Before was in magma and this was creating problem for spack |
| f68f2f01 | 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
TODO: Need to define CeedDebug... |
| 5a9ca9ad | 28-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
[magma-dev] Tweaks in Makefile. Fix formatting to suppress warnings. |
| 4444f328 | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Copyright banners, few other small changes |
| 1981b6e4 | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
make style |
| 38612b08 | 27-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
modify properly the ceed-magma |
| 90104f39 | 27-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add two more file for the magma backend; porting single tensor contraction call |
| 137a0714 | 20-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
remove some wornings |
| c119dad6 | 19-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
port ElemRestriction using generator; use also atomics in the generation for the += case |
| d86cda6f | 19-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add include atomics to generated file |
| 1751b0a9 | 17-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Update restriction Destroy and Create. Still passes the tests but with 4 warnings - by design create takes indices as const, but in case ownership is passed, we later have to free them so can not dec
Update restriction Destroy and Create. Still passes the tests but with 4 warnings - by design create takes indices as const, but in case ownership is passed, we later have to free them so can not declare them as const in the magma function. Next, port apply ...
show more ...
|
| e2900954 | 17-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
extend CeedVector_Magma to get input from DEVICE. Vector functionality now passes the make test routines. About to add spacifics for CeedElemRestriction_Magma |
| cd83fb2d | 17-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
bug fixes and extend functionality of the generation tool to handle from one to three nested loops |
| f67036c1 | 06-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add some comments |