| 137a0714 | 20-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
remove some wornings |
| 42f45400 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] WIP MFEM ex1 |
| 94b43291 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] Tindices before push into kernels |
| 2dd06fc2 | 20-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] CeedElemRestrictionOffset |
| 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 |
| 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 |
| 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 |
| e81d1aea | 15-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] operator & qfunction still push/pull |
| c7c22b02 | 15-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] all but ex1 |
| e36deacd | 15-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] vector sanitized |
| fce5534e | 15-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] restrict tries |
| 810e5f87 | 15-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] cleanup |
| c12ddcb5 | 14-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] h & d arrays for the vector |
| f67036c1 | 06-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add some comments |
| ba6613a2 | 06-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
simple MAGMA CUDA kernels generator |