| #
e990932b
|
| 05-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/fix-warning-hostcontext' into 'main'
Fix missing initializer
See merge request petsc/petsc!8879
|
| #
14e1f9a0
|
| 03-Dec-2025 |
Hong Zhang <hongzhang@anl.gov> |
Fix missing initializer
|
| #
5480effc
|
| 29-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"""
This reverts commit 418dbbe5c294b713971823b0eef04bc220e11f0c.
|
| #
418dbbe5
|
| 25-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'""
This reverts commit df799b48afdc2b9da2e7091d01d5c06978131d9d.
|
| #
df799b48
|
| 24-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"
This reverts commit ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f, reversing changes made to 4a015fb72d15b0317252c3bd729c5
Revert "Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'"
This reverts commit ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f, reversing changes made to 4a015fb72d15b0317252c3bd729c51826bbf9081.
show more ...
|
| #
ab82ac03
|
| 23-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-05-17/misc-cxx-fixups/release' into 'release'
Miscellaneous C++-Related Fixes For PetscDevice and friends
See merge request petsc/petsc!6477
|
| #
08a0d18b
|
| 17-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make hostcontext and syclcontext ops static, and do some minor cleanup on syclcontext
|
| #
c18e5d6a
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-04-12/getstreamhandleinternal-double-void-ptr' into 'main'
Use `void **` in `PetscDeviceContextGetStreamHandle_Internal()`
See merge request petsc/petsc!6316
|
| #
97cd0981
|
| 12-Apr-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make the double-pointer nature of PetscDeviceContextGetStreamHandle_Internal() explicit
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
980b1594
|
| 12-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petscdevice-warnings' into 'main'
PetscDevice: fix warnings
See merge request petsc/petsc!5610
|
| #
3f675fcf
|
| 10-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
PetscDevice: fix -Wmissing-field-initializers
|
| #
fb664f9e
|
| 10-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-08-29/petscdevicecontext-backend-update' into 'main'
Update PetscDevice and PetscDeviceContext backends
See merge request petsc/petsc!5566
|
| #
0e6b6b59
|
| 29-Aug-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Rework PetscDeviceContext backends and supporting code: - Add PETSC_DEVICE_HOST - Add PetscDeviceAllocate() - Add PetscDeviceMalloc() - Add PetscDeviceDeallocate() - Add PetscDeviceFree() - Add Petsc
Rework PetscDeviceContext backends and supporting code: - Add PETSC_DEVICE_HOST - Add PetscDeviceAllocate() - Add PetscDeviceMalloc() - Add PetscDeviceDeallocate() - Add PetscDeviceFree() - Add PetscDeviceMemcopy() - Add PetscDeviceArraycopy()
- Split petscdevice.h into petscdevice_cuda.h and petscdevice_hip.h - Add petscdevice_cupm.h - Extend cupm::Interface and cupm::BlasInterface classes - Add more C++ utility wrappers
show more ...
|