| cfb6011c | 22-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
change *.hip to *.hip.cpp |
| 4b1a2981 | 22-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update HIP/CPPFLAGS |
| 9b75b0e4 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make style |
| 54e2d42e | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix spacing for CeedHostSetValue_Cuda |
| 3f9cf3a4 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update HIPCC flags |
| 3d05ce95 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add hipblas norm to hip-ref |
| f56b74c7 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix spacing |
| 963a012d | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
remove extra line of whitespace |
| 572ff09c | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into natalie/hip-ref-v2 |
| 9550c042 | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add _Cuda or _Hip to Ceed[Host/Device]SetValue functions |
| ab352fbe | 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
fix typo and remove TODO comments |
| 0bdd6927 | 20-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CodeCov - turn off comment, coverage checks show up in GitHub PR checks |
| 7ef59a9e | 20-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Travis - Update to newer Python 3.8 to silence deprecation warning in older version of distutils |
| eb3a2841 | 20-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Tests - renumber python test t005 |
| 477729cf | 18-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Ceed - add message storing error handler (#587)
* Ceed - add message storing error handler
* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python
* make style
Ceed - add message storing error handler (#587)
* Ceed - add message storing error handler
* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python
* make style
* make tidy
* Python - add comment about cffi and vargs
* Ceed - add 'store' as possible env option for CEED_ERROR_HANDLER
* Python - and error handling for creation of ceed context
* Ceed - statically allocate error message array
* Ceed - simplify error message copying and guard against buffer overflow
* Tests - fix small t005 python bug
* Tests - fix small leak in t005
* Ceed - small fix in setting error handler from env
* Tests - add missing lcov markers
show more ...
|
| 3c4f8ab0 | 18-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #585 from CEED/jeremy/fortran-destroy
Fortran - guard double calls to ceed*destroy in Fortran interface |
| b22696a8 | 17-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Fortran - simplify destroy early return logic |
| 16595307 | 17-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Fortran - guard against stale access to objects after destroy |
| 2e3113a4 | 17-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Fortran - small style fix |
| cdd1636d | 17-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
hip backend build: use hipconfig to get flags for CXX compiler |
| 8a91c1f8 | 17-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add hip-ref to backend list |
| a233dbfe | 17-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
minor updates to Makefile |
| cd1fe911 | 17-Jul-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Tests - add comment explaining double destroy in t000 |
| 75a0c642 | 17-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #589 from CEED/jeremy/solid-stats
Solids - add summary output for number of KSP its and throughput |
| 23bb7469 | 17-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #588 from CEED/jeremy/solid-small-fix
Solids - small fixes for CUDA compilation |