History log of /petsc/src/sys/objects/device/interface/device.cxx (Results 76 – 100 of 112)
Revision Date Author Comments
# 156b51fb 30-Mar-2022 Barry Smith <bsmith@mcs.anl.gov>

Add support for -log_view with GPUs that does not time the kernels on the GPU

Adds -log_view_gpu_time

This is useful to get high-level times for the solvers without the overhead of
needing synchron

Add support for -log_view with GPUs that does not time the kernels on the GPU

Adds -log_view_gpu_time

This is useful to get high-level times for the solvers without the overhead of
needing synchronizations for GPU kernels

This means the times for any asynchronize operations, like most vector and matrix operations
in the -log_view will be incorrect.

Have -log_view display fields related to event time displayed appropriately with NaN when runn on the GPUs without synchronization to ensure correct times

Commit-type: timing
/spend 55m
Reported-by: Jed Brown <jed@jedbrown.org>

show more ...


# 527ad957 11-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-04-01/fix-petsc-options-begin-end/release' into 'main'

Remove bogus error returns from Begin/End() macros

See merge request petsc/petsc!5069


# d0609ced 02-Apr-2022 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of introduction of PetscCall()

* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()

* rename for consistency certain XXXBegin()/End() macros such as Mat

Cleanup of introduction of PetscCall()

* remove bogus error flags from XXXBegin()/End() macros such as PetscOptionsBegin()/End()

* rename for consistency certain XXXBegin()/End() macros such as MatPreallocateInitialize()/Finalize()

* fix many lingering ierr = XXX that arose from multiline function calls

* sync slepc/hpddm - to use snapshots with the same changes

Commit-type: error-checking, style-fix
/spend 8h

show more ...


# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


# 9566063d 25-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX() -> PetscCallThrow()
- CHKERRCXX() -> PetscCallCXX()
- CHKERRCUDA() -> PetscCallCUDA()
- CHKERRCUBLAS() -> PetscCallCUBLAS()
- CHKERRCUSPARSE() -> PetscCallCUSPARSE()
- CHKERRCUSOLVER() -> PetscCallCUSOLVER()
- CHKERRCUFFT() -> PetscCallCUFFT()
- CHKERRCURAND() -> PetscCallCURAND()
- CHKERRHIP() -> PetscCallHIP()
- CHKERRHIPBLAS() -> PetscCallHIPBLAS()
- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
- CHKERRQ_CEED() -> PetscCallCEED()
- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
- CHKERRMKL() -> PetscCallMKL()
- CHKERRMMG() -> PetscCallMMG()
- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
- CHKERRCGNS() -> PetscCallCGNS()
- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
- CHKERRSTR() -> PetscCallSTR()
- CHKERRTC() -> PetscCallTC()

show more ...


# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 1c44eed5 18-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/dlpack' into 'main'

improve dlpack support

See merge request petsc/petsc!4858


# 817da375 14-Mar-2022 Satish Balay <balay@mcs.anl.gov>

docs: additional format fixes


# 91e63d38 17-Feb-2022 Stefano Zampini <stefano.zampini@gmail.com>

PetscDevice: Add PetscDeviceGetDeviceId


# 2292213e 09-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-doc-errors' into 'main'

Doc: Trying to remove all reported errors

See merge request petsc/petsc!4930


# f1a722f8 06-Mar-2022 Matthew G. Knepley <knepley@gmail.com>

Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters

Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters with documentation

show more ...


# 805ea23f 18-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-18/petscdevicecontext-remove-idle-cache' into 'main'

Remove Idle Cache Mechanism from PetscDeviceContext

See merge request petsc/petsc!4863


# bf025ffb 18-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

C99 fixups


# 2db5dca4 16-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petscdevice-minorfixes' into 'main'

Stefanozampini/petscdevice minorfixes

See merge request petsc/petsc!4852


# ce244043 14-Feb-2022 Stefano Zampini <stefano.zampini@gmail.com>

PetscDevice: Add missing Log initialization for -device_view


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 7d3de750 12-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make PetscInfo() variadic


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# dce37c37 21-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-11-24/cupmblasinterface' into 'main'

Feature: CUPMBLASInterface

See merge request petsc/petsc!4592


# cf3a2253 13-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

re-namespaced device code


# 17f48955 20-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

split blas interface for cupm into cupmblasinterface


# bde483f2 13-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add petscmacros.h and move many macros over into it


# 9039b796 24-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-kokkos-sycl' into 'main'

Add Kokkos SYCL support

See merge request petsc/petsc!4562


12345