History log of /petsc/src/sys/objects/device/impls/cupm/cupmevent.hpp (Results 1 – 25 of 32)
Revision Date Author Comments
# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# bb59972c 05-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fix-cupm-visibility' into 'main'

cupm: fix visibility to build without warnings

See merge request petsc/petsc!7526


# 85f25e71 04-May-2024 Jed Brown <jed@jedbrown.org>

cupm: fix visibility to build without warnings

Thanks-to: Lawrence Mitchell


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# c6013d66 09-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-06/register-finalize-reverse-order' into 'main'

Fix PetscDeviceContext Memory Leak (And Make PetscXXXRegisterFinalize() Order Hierarchical)

See merge request petsc/pets

Merge branch 'jacobf/2023-06-06/register-finalize-reverse-order' into 'main'

Fix PetscDeviceContext Memory Leak (And Make PetscXXXRegisterFinalize() Order Hierarchical)

See merge request petsc/petsc!6559

show more ...


# 3048253c 06-Jun-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

The various PetscXXXRegisterFinalize() should execute finalizers in reverse order of registration


# cfd92c66 22-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'

Implement a type generic PetscValidPointer

See merge request petsc/petsc!6693


# 4f572ea9 18-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Rename PetscValidPointer -> PetscAssertPointer


# 06e36fcd 01-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-05-30/misc-cxx-fixes-2' into 'main'

Misc C++-Related Fixes For PetscDevice And Friends Round 2

See merge request petsc/petsc!6526


# f13b9fe2 30-May-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

remove ifdef __cplusplus from C++-only headers


# 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


# 54e1c07d 22-May-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

remove ifdef __cplusplus from C++-only headers


# 2f1953c4 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-11/matdensecupm' into 'main'

Feature: MATDENSECUPM

See merge request petsc/petsc!6049


# 96a4b4d9 22-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add cupmsolverinterface.hpp


# d3904c29 09-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-02-08/remove-redundant-petsc-nodiscard' into 'main'

Remove redundant uses of `PETSC_NODISCARD` from functions returning a PetscErrorCode

See merge request petsc/petsc!6036


# 089fb57c 08-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove redundant uses of PETSC_NODISCARD from functions returning a PetscErrorCode


# 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


# 2fdf829d 12-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-11-30/consolidate-cxx-pool-allocators' into 'main'

Consolidate C++ Pool Allocators And Add ASAN Poison Support

See merge request petsc/petsc!5891


# 146a86eb 09-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Consolidate various C++ pool allocators into single implementation


12