| 680aa83f | 15-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
swap extern C for CEED_INTERN |
| 7c2e65d5 | 15-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make style |
| a52c4238 | 15-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add CEED_UNUSED to avoid warnings for hipblas error checking |
| 526015bc | 15-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
move HIP-shared basis init routines to header |
| 9e31c45b | 09-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add launch bounds information for basis kernels |
| e7ea6884 | 08-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update some threads sizes for HIP vs CUDA |
| ccf1f208 | 08-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
make tidy changes for HIP |
| 7d8d0e25 | 02-Dec-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add initial ported hip-shared and hip-gen backends |
| f67c8563 | 29-Oct-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
change HIP blocksize to 256 |
| c9f8acf2 | 05-Oct-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
CI - add hipMAGMA to CI (#641)
* CI - add hipMAGMA to CI
* Magma - add clearer error message for unsupported basis ranges
* make style |
| 5debdf81 | 01-Oct-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add CEED_ to header guards |
| f90a3bf7 | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
move basis kernels to common folder |
| 4bd73791 | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add macro for dynamic shared memory, CUDA or HIP |
| 49faa78f | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
rename elem restriction kernel file |
| ebe21a3f | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
move element restriction kernels to common folder |
| 500adadc | 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
resolve merge conflicts for v0.7 release |
| 187168c7 | 29-Sep-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Jeremy/py debugging (#637)
* Ceed - only store error with parent
* Python - assert state is not in write status
* Vector - add reader check to destructor
* make style
* remove debugging
Jeremy/py debugging (#637)
* Ceed - only store error with parent
* Python - assert state is not in write status
* Vector - add reader check to destructor
* make style
* remove debugging assertion
* Python - minor documentation correctness
* Python - hold reference to data array for USE_POINTER to prevent gc
* Python - hold reference to data array for USE_POINTER to prevent gc for restriction and context
* Python - use None object for initial ref back to ceed objects
* Python - add USE_POINTER to imports as needed
* Junit - update valid error message for writable access lock
* Python - change exception raised test to help gc
show more ...
|
| 3f6ce982 | 29-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
update backend priority numbers |
| 571d6346 | 29-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
MAGMA - update backend names to new convention |
| 28688798 | 28-Sep-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
OCCA - update backend resource names to match conventions |
| 40461fa4 | 28-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
swap ordering in magma backend names |
| adb2481b | 28-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add cuda and hip tags to MAGMA backends |
| a31f51a5 | 21-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
add magma-det backend for HIP mode |
| 93ef92a2 | 28-Aug-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
make style |
| dcb424d2 | 28-Aug-2020 |
Will Pazner <will.e.p@gmail.com> |
Error checking for user CUfunction in CeedCudaBuildQFunction |