| #
e339c64f
|
| 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
magma: make style (mixed results)
|
| #
14734e97
|
| 21-Apr-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #36 from CEED/magma-dev
[WIP] Magma backend [magma-dev]
|
| #
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.
|
| #
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
|
| #
5a9ca9ad
|
| 28-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
[magma-dev] Tweaks in Makefile. Fix formatting to suppress warnings.
|
| #
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
|
| #
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
|
| #
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
|
| #
93fbe329
|
| 01-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Fill up more for the magmabackend. make test pass for magma
|
| #
82b77998
|
| 21-Feb-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
starting to add magma backend; just putting the infrastructure for now ...
|