History log of /petsc/src/sys/objects/device/impls/cupm/cupmdevice.cxx (Results 1 – 25 of 81)
Revision Date Author Comments
# 6c569305 13-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-05/improve-mpi-gpu-aware' into 'main'

Improve MPI GPU-aware configure and check

See merge request petsc/petsc!9005


# 8217530f 06-Feb-2026 Junchao Zhang <jczhang@anl.gov>

MPI: update the GPU-awareness check


# 5fa70555 06-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/energy-monitor' into 'main'

Add the logging of gpu energy

See merge request petsc/petsc!8817


# 5268dc8a 14-Aug-2025 Hong Zhang <hongzhang@anl.gov>

Add the logging of gpu energy

- Remove unneeded PETSC_HAVE_DEVICE macro
- -log_view_gpu_energy requires CUDA version >= 12.2
- Use PetscDefined instead of macro


# cd871708 16-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'cuda' into 'main'

Fix CUDA 13 API incompatibilities

See merge request petsc/petsc!8632


# b547d71c 05-Aug-2025 Nuno Nobre <nuno.nobre@stfc.ac.uk>

Fix CUDA 13 API incompatibilities

Co-authored-by: Satish Balay <balay@mcs.anl.gov>


# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 54219565 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-10-21/improve-torch-local-rank-check-for-gpu' into 'main'

Check for env variable TORCHELASTIC_RUN_ID to "ensure" LOCAL_RANK env variable...

See merge request petsc/petsc!79

Merge branch 'barry/2024-10-21/improve-torch-local-rank-check-for-gpu' into 'main'

Check for env variable TORCHELASTIC_RUN_ID to "ensure" LOCAL_RANK env variable...

See merge request petsc/petsc!7959

show more ...


# a3754205 21-Oct-2024 Barry Smith <bsmith@mcs.anl.gov>

Check for env variable TORCHELASTIC_RUN_ID to "ensure" LOCAL_RANK env variable is truly associted with PyTorch.

Reported-by: Stefano Zampini


# b8e8deba 18-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-10-15/support-pytorch-niccl-gpu' into 'main'

Set proper defaults for GPU devices when running under PyTorch's torchrun

See merge request petsc/petsc!7946


# 8c2ff9f7 17-Oct-2024 Barry Smith <bsmith@mcs.anl.gov>

Set proper defaults for GPU devices when running under PytTorch/niccl.

Use getenv("LOCAL_RANK")

Reported-by: Hong Zhang


# 73667fc3 18-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!76

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!7633

show more ...


# 100ffedb 14-Jun-2024 Junchao Zhang <jczhang@anl.gov>

Config: get rid of PETSC_HAVE_OMPI_MAJOR_VERSION and include it in petscpkg_version.h


# c74fe4ad 01-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 49eec8aa 01-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-04-29/fix-printf-typo' into 'release'

Fix some printf typos

See merge request petsc/petsc!7514


# 4acaeda9 29-Apr-2024 Junchao Zhang <jczhang@anl.gov>

SYS: fix typos in printf with 64-bit indices


# 579b256d 25-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-03-18/check-conf-runtime-cuda-arches' into 'main'

Show configure/runtime cuda arch discrepancy in error messages; show runtime cuda arch in -log_view

See merge request pe

Merge branch 'jczhang/2024-03-18/check-conf-runtime-cuda-arches' into 'main'

Show configure/runtime cuda arch discrepancy in error messages; show runtime cuda arch in -log_view

See merge request petsc/petsc!7385

show more ...


# 456dbbcd 21-Mar-2024 Junchao Zhang <jczhang@anl.gov>

Sys: add error messages on discrepancy in cuda arches between configure time and runtime; also log view runtime cuda arch


# 375d23e4 02-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b35fdfba 02-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-31/minor-website-fixes/release' into 'release'

Minor fixes to website material

See merge request petsc/petsc!7157


# 337bb527 02-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Minor fixes to website material


# 7b506345 14-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-19/fix-pcview-redundant/release' into 'main'

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

See merge request petsc/petsc!6948


# fe8fb074 19-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers

Reported-by: Pierre Jolivet


# 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


1234