| #
03614749
|
| 30-Jun-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #572 from CEED/yohann/nameKernels
Name the kernels in cuda-gen.
|
| #
db3f49c5
|
| 30-Jun-2020 |
Yohann <dudouit1@llnl.gov> |
Merge branch 'master' into yohann/nameKernels
|
| #
a970f638
|
| 30-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #566 from CEED/jeremy/solid-cuda
Solids - enable use of GPU vectors
|
| #
14cce66c
|
| 29-Jun-2020 |
Yohann Dudouit <dudouit1@llnl.gov> |
Improve namespacing.
|
| #
818e0025
|
| 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - adjust indentation/comments in generated operator kernel for readability
|
| #
13585805
|
| 29-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - make cuda/gen CEED_STRIDES_BACKEND agree with other cuda backends
|
| #
4753c0fa
|
| 28-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #570 from CEED/jeremy/debug-mode
Add Debug Mode
|
| #
c3c443fa
|
| 27-Jun-2020 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Name the kernels in cuda-gen.
|
| #
b8e71988
|
| 25-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - output generated operator code with debugging flag
|
| #
4d36c801
|
| 24-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #568 from CEED/jeremy/cuda-destroy
Small CUDA Tidying
|
| #
7df94212
|
| 23-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - clean up includes
|
| #
f643baed
|
| 15-Jun-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #558 from CEED/jeremy/func-rename
Rename Functions
|
| #
fd364f38
|
| 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - change Get*Status to Is*
|
| #
65fff25a
|
| 20-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #542 from CEED/jeremy/cuda-empty-rstr
CUDA - fix empty restriction support
|
| #
9a2291e3
|
| 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
CUDA - fix empty restriction support, must use GetStridedStatus over buggy indices pointer check
|
| #
65275b31
|
| 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'master' into valeria/NSfixes
|
| #
ab213215
|
| 23-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
More comments in CUDA backends (#518)
* CUDA - adding comments as I work to understand these backends
* PETSc - remove extra include, breaks single source
* make style
|
| #
68d8d928
|
| 22-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #513 from CEED/jeremy/restriction-no-interlace
Convert restriction to offsets
|
| #
5c7b696c
|
| 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - use new component stride over interlace mode
|
| #
1da99368
|
| 17-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add VLA support for CUDA backends (#481)
* CUDA - add VLA support for CUDA backends
* Navier-Stokes - guard #include math.h for CUDA
* Navier-Stokes - fix struct definitions for code generatio
Add VLA support for CUDA backends (#481)
* CUDA - add VLA support for CUDA backends
* Navier-Stokes - guard #include math.h for CUDA
* Navier-Stokes - fix struct definitions for code generation
* Navier-Stokes - fix file location of mass QFunction
* Navier-Stokes - minor style consistency
* Navier-Stokes - more context sturct fixing
* Navier-Stokes - cast context to stop CUDA errors
* Navier-Stokes - change helper functions to inline to silence CUDA errors
* CUDA - clean up CEED_Q_VLA definition for cuda/gen
* Navier-Stokes - populate TODOs for undocumenced functions
* Doc - document libCEED macros
* CUDA - use -default-device for NVRTC
* Tests - add t507 to test VLA support
* CUDA - fix my bug in dim, Q1d for cuda/gen
* Tests - update tap/junit to reflect current CUDA capabilities
* make style
* CUDA - check output bases for dim, Q1d as well (this fixes multigrid example support)
* CUDA - fix readSliceQuads, not all arguments were defined
* Navier-Stokes - document all functions in Navier-Stokes QFunction files
* make style
show more ...
|
| #
621cd461
|
| 16-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #421 from SanderA/sanderarens/fix_ceed_cuda_subclasses
Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen.
|
| #
38d0029a
|
| 05-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #456 from CEED/jeremy/strided-restriction
Strided Restrictions
|
| #
3d05795b
|
| 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - remove extra variable declaration in cuda/gen
|
| #
d8a2756a
|
| 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - cuda/gen fixes
|
| #
25dfc19d
|
| 05-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - fix readSliceQuadsStrided signature
|