| 137a0714 | 20-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
remove some wornings |
| 14c1ded1 | 20-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Fix something in the Makefile related to magma code generator |
| 42f45400 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] WIP MFEM ex1 |
| 2a61d539 | 20-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Merge branch 'master' into occa-dev
Conflicts: Makefile |
| 94b43291 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] Tindices before push into kernels |
| 2dd06fc2 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] CeedElemRestrictionOffset |
| 37c58ae6 | 20-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Remove -march=native from compiler flags |
| 8f0f96b3 | 19-Mar-2018 |
camierjs <camier1@llnl.gov> |
Merge branch 'master' into occa-dev |
| 882173ec | 19-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Adding back atomicAdds in kRestrict4 and kRestrict5 kernels. |
| 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 |
| 688ab9f6 | 19-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add include path to more magma directories - magmablas for kernels with atomics |
| 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 |
| 755585ce | 17-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Update the Makefile to run the magma generation tool (gccm.py) |
| 86fd388e | 17-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #43 from CEED/jed/fix-osx-dylib-alt
make: set -install_name using @rpath so library is relocatable |
| 24d002f4 | 17-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
make: set -install_name using @rpath so library is relocatable |
| bf000209 | 17-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Some small changes |
| e1906995 | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] revert unwanted changes in ref backend and ceed-elemrestriction.c file |
| 3f3e7340 | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[make] ctc-% and ctg-% commands for 'C' tests on cpu|gpu with % ressource |
| f40fb3cb | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] astyle |
| 84404c73 | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] operator, qfunction cleanup |
| 3ea7ca84 | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] qoffset into OKL files to avoid copies for qdata |
| 81593607 | 16-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] operator qdata CeedVectorRestoreArray |