| 56ef6bd5 | 28-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1591 from CEED/jeremy/ref-clean-access
Clean up QF assembly memory access |
| ff8551c5 | 28-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - num_active_* => qf_size_* |
| 1a3e18b3 | 23-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - vec writable buffer |
| c7b67790 | 23-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - clean up QF assembly memory access |
| 9e9230d4 | 23-May-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1588 from CEED/jed/nvrtc-cubin
backends/cuda: NVRTC compile to CUBIN when supported (resolve #1587) |
| 38f3b71a | 23-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1590 from CEED/jeremy/fix-531
Update t531 |
| 68ebe796 | 23-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update t531 for corectness, robustness |
| 29ec485e | 22-May-2024 |
Jed Brown <jed@jedbrown.org> |
backends/cuda: NVRTC compile to CUBIN when supported (resolve #1587)
This allows using a newer CUDA runtime with an older driver, and seems to have no downsides.
NVRTC can generate cubins directl
backends/cuda: NVRTC compile to CUBIN when supported (resolve #1587)
This allows using a newer CUDA runtime with an older driver, and seems to have no downsides.
NVRTC can generate cubins directly starting with CUDA 11.1. [...] NVRTC used to support only virtual architectures through the option -arch, since it was only emitting PTX. It will now support actual architectures as well to emit SASS. The interface is augmented to retrieve either the PTX or cubin if an actual architecture is specified.
https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/index.html#dynamic-code-generation
show more ...
|
| ef9a992f | 17-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1586 from CEED/jeremy/gpu-points-rstr-fix
rstr - transpose AtPoints restriction fixes |
| d83cf49f | 17-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use Ubuntu 2404 |
| 0b63de31 | 17-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - transpose AtPoints restriction fixes |
| 55ed2599 | 15-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1584 from CEED/jeremy/fix-indexing
Fix gpu AtPoints conversion to standard indexing |
| 8be297ee | 14-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
points - fix gpu conversion to standard indexing for num_comp with rstr AtPoints |
| 11bf4d20 | 14-May-2024 |
Zach Atkins <zacharyjayhawk@gmail.com> |
Merge pull request #1583 from CEED/zach/docs-CeedElemRestrictionGetNumPoints |
| 725a297d | 14-May-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix docs for CeedElemRestrictionGetNumPoints |
| c706c23d | 14-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1582 from CEED/zach/fix-point-diagonal-assembly
Fix bug in diagonal assembly for point operators |
| 0c7f167f | 14-May-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 64a7ec2f | 14-May-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix bug in diagonal assembly for point operators |
| 1809c5f7 | 09-May-2024 |
James Wright <james@jameswright.xyz> |
doc: Mention PETSC_ARCH requirement for examples (#1580)
* doc: Mention PETSC_ARCH requirement for examples
* Update README.md
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
------
doc: Mention PETSC_ARCH requirement for examples (#1580)
* doc: Mention PETSC_ARCH requirement for examples
* Update README.md
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
---------
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 3765d34e | 09-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1578 from CEED/jeremy/restriction-points-gpu
GPU Restriction AtPoints |
| 831877b7 | 09-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fix of unititalized value warning |
| b20a4af9 | 08-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - add ElemRestrictionAtPoints |
| 637baffd | 08-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - minor naming fix |
| ff1bc20e | 08-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - allow backends to add padding to AtPoints E-vec |
| fe960054 | 07-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add ElemRestrictionAtPoints |