History log of /petsc/src/vec/is/sf/impls/basic/sfpack.h (Results 26 – 50 of 71)
Revision Date Author Comments
# 9fbee547 03-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

deprecate PETSC_STATIC_INLINE


# 3aa63004 29-Jan-2022 Satish Balay <balay@mcs.anl.gov>

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

Support MatSetValuesCOO() for AIJKOKKOS matrices

See merge request petsc/petsc!4726


# 4d9d436b 17-Jan-2022 Junchao Zhang <jczhang@mcs.anl.gov>

SF: also do sycl synchronization before MPI sending


# 984ba02c 27-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-05-18/petscdevice-context' into 'main'

Feature: PetscDeviceContext

See merge request petsc/petsc!3994


# 030f984a 18-May-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

Added PetscDevice to manage interaction and configuration of available devices.

Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device
backends. The new class is design

Added PetscDevice to manage interaction and configuration of available devices.

Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device
backends. The new class is designed to facilitate a fork-join parallelization model for
asynchronous compute.

show more ...


# f482f063 21-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/checkstack' into 'main'

Check Push/Pop

See merge request petsc/petsc!4077


# 24d743f0 10-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

checkBadSource: fix ierr=


# f19838c9 10-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-nvshmem' into 'main'

Add SF NVSHMEM

See merge request petsc/petsc!3474


# 71438e86 06-Jan-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Add SF NVSHMEM support


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 32f47243 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'scott/hip-sys-vec' into 'master'

Implementation of HIP for sys and vec packages

See merge request petsc/petsc!3056


# 59af0bd3 16-Dec-2020 Scott Kruger <scott.e.kruger@gmail.com>

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works

Implementation of HIP for sys and vec packages

This implements the vec functionality including tests.
In the sys level, we handle the initialization issues, but it is tested
at the vec level.

Works with ROCm 3.9.

show more ...


# 017c806d 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-mataij-create-fromcoo' into 'master'

Fast GPU assembly from COO data

See merge request petsc/petsc!3362


# 00b38f4f 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# 19062e29 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-info/release' into 'release'

build: fix compiler info printed by info target

See merge request petsc/petsc!3395


# 874d28e3 03-Nov-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Fix device atomics with 64-bit indices and prefer long long over int64_t

CUDA uses long long int, which is a different type than int64_t in function overloading

Reported-by: Stefano Zampini <stefan

Fix device atomics with 64-bit indices and prefer long long over int64_t

CUDA uses long long int, which is a different type than int64_t in function overloading

Reported-by: Stefano Zampini <stefano.zampini@gmail.com>

show more ...


# d428a027 27-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/mat-vec-kokkos' into 'master'

Add vec Kokkos and mat Kokkos

See merge request petsc/petsc!3219


# f4af43b4 21-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

SFKokkos: only supports the default stream


# 589b824a 09-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-kokkos' into 'master'

Feature: Add a Kokkos backend for PetscSF

See merge request petsc/petsc!3076


# 20c24465 02-Sep-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Implement sfcuda and sfkokkos as runtime options


# 7fd2d3db 04-Aug-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Put more cuda related stuff to sfcuda.cu


# 9c15a9aa 24-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/defined-nocpp' into 'master'

PetscDefined: test whether a configuration macro is defined without #ifdef

See merge request petsc/petsc!157


# 4e1ad211 27-Mar-2014 Jed Brown <jed@jedbrown.org>

PetscDefined: test whether a configuration macro is defined without #ifdef

This allows testing configuration macros from normal code, thus avoiding
unused variable warnings and allowing the compiler

PetscDefined: test whether a configuration macro is defined without #ifdef

This allows testing configuration macros from normal code, thus avoiding
unused variable warnings and allowing the compiler to check for syntax
errors throughout all alternatives. This uses C99-style variadic
macros with a second expansion to appease MSVC's non-conforming
implementation of variadic macros.

This trick was introduced by "comex" on Google+ in response to a
question posed by Linus Torvalds.
https://plus.google.com/+LinusTorvalds/posts/9gntjh57dXt

This technique (modulo MSVC support) was implemented in the Linux kernel by Paul Gortmaker:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=69349c2dc01c489eccaa4c472542c08e370c6d7e

show more ...


# b0d1f38a 22-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jczhang/feature-sf-pack-direct'

Directly pass root/leafdata to MPI in SF when possible

See merge request petsc/petsc!2506


123