History log of /petsc/src/mat/impls/h2opus/cuda/math2opusutils.cu (Results 1 – 15 of 15)
Revision Date Author Comments
# e9c2de13 14-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/vectorsf' into 'main'

PetscSF: implement PetscSFCreateStridedSF

See merge request petsc/petsc!7359


# 0dd791a8 11-Mar-2024 Stefano Zampini <stefano.zampini@gmail.com>

PetscSF: implement PetscSFCreateStridedSF


# 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


# 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


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 036e4bdc 14-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bf2c2650 14-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-h2opus-cuda' into 'release'

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

See merge request petsc/petsc!5250


# f17f7ee2 13-May-2022 Satish Balay <balay@mcs.anl.gov>

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

When cuda is not enabled - but configure finds nvcc - the .cu files are getting compiled resulting in:

CLINKER a

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

When cuda is not enabled - but configure finds nvcc - the .cu files are getting compiled resulting in:

CLINKER arch-linux-c-debug/lib/libpetsc.so.3.17.1
/usr/bin/ld: arch-linux-c-debug/obj/mat/impls/h2opus/math2opusutils.o: in function `PetscSFGetVectorSF':
/scratch/svcpetsc/petsc.y/src/mat/impls/h2opus/math2opusutils.cu:11: multiple definition of `PetscSFGetVectorSF'; arch-linux-c-debug/obj/mat/impls/h2opus/math2opusutilscpu.o:/scratch/svcpetsc/petsc.y/include/../src/mat/impls/h2opus/math2opusutils.cu:11: first defined here

show more ...