| e413240f | 17-Apr-2018 |
camierjs <camier1@llnl.gov> |
[occa] qdata offset fix in qfunction before restore in op apply |
| 1dd6cf79 | 14-Apr-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Remove a redundant echo statement |
| 4b94d23f | 14-Apr-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Add a Makefile for Nek5000 examples |
| 7e95286b | 11-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Merge branch 'magma-dev' of https://github.com/CEED/libCEED into magma-dev |
| bb51d6c7 | 11-Apr-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
one more file ...following discussion and agreement, remove for now /cpu/magma as support is provided through /gpu/magma |
| 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. |
| 7692a9b0 | 02-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In Makefile, use CUDA headers/libs/compiler from the same location. Tweak the MAGMA link flags. |
| 5b740900 | 02-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'deep-copy-focca' [PR #68]
* deep-copy-focca: When creating a Q-function, create a deep copy of the 'focca' string input. This resolves an issue with the OCCA backend when called from
Merge branch 'deep-copy-focca' [PR #68]
* deep-copy-focca: When creating a Q-function, create a deep copy of the 'focca' string input. This resolves an issue with the OCCA backend when called from Fortran: the 'focca' pointer becomes invalid after the Q-function create call, at least with the Intel Fortran compiler. This lead to incorrect content of the 'qFunctionName' field in the structure CeedQFunction_Occa which points inside 'focca'.
show more ...
|
| dd5ecb43 | 02-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
When creating a Q-function, create a deep copy of the 'focca' string input. This resolves an issue with the OCCA backend when called from Fortran: the 'focca' pointer becomes invalid after the Q-func
When creating a Q-function, create a deep copy of the 'focca' string input. This resolves an issue with the OCCA backend when called from Fortran: the 'focca' pointer becomes invalid after the Q-function create call, at least with the Intel Fortran compiler. This lead to incorrect content of the 'qFunctionName' field in the structure CeedQFunction_Occa which points inside 'focca'.
show more ...
|
| 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 |
| 8b01ea44 | 31-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
backends: add missing CeedVectorRestoreArray calls |
| 113004cb | 31-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.2 |
| cc78027a | 30-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'master' of github:dmed256/libceed [PR #62]
* 'master' of github:dmed256/libceed: [occa] Updated verbose flag |
| ae324fd5 | 30-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
t30-operator.c: add missing CeedVectorRestoreArrayRead |
| 9de612dc | 30-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-occa-mem-leaks' [PR #61]
* jed/fix-occa-mem-leaks: occa: fix memory leaks |
| fefc4448 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
occa: fix memory leaks
Valgrind still says there is memory lost under some of these (plus a lot from Occa static constructors), but this at least makes an attempt to free from our end. |
| 2bd64c69 | 30-Mar-2018 |
dmed256 <dmed256@gmail.com> |
[occa] Updated verbose flag |
| be39ce91 | 30-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
make: handle opt/debug in consistent way
I'm not wild about this "make NDEBUG=" interface for specifying an optimization preference, but don't want to change it right now for the release. |
| 06ca231a | 30-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #60 from thilinarmtb/nek_readme_updates
Nek: Update README.md |
| 5047ace0 | 30-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Update README.md |