History log of /petsc/src/sys/objects/device/interface/device.cxx (Results 51 – 75 of 112)
Revision Date Author Comments
# 0b149c5a 18-Nov-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Cherry-pick init fix from 1015a2a477dd2695c1e05348307aec5fc5bfe5fb


# 723eec23 08-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-10-06/test-petscdevice-cli-init-controls' into 'main'

Add explicit test for PetscDevice command line init sequence controls

Closes #1262

See merge request petsc/petsc!5722


# 1015a2a4 06-Oct-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add explicit test for PetscDevice command line init sequence controls


# e3f8113e 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e70d0aa9 24-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-spacing-docs' into 'release'

Docs: remove or add space before back tick

See merge request petsc/petsc!5761


# e6d3c4ed 21-Oct-2022 Pierre Jolivet <pierre@joliv.et>

Docs: remove or add space before back tick


# 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


# 26d72632 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-implicit-fallthrough' into 'main'

Fix -Wimplicit-fallthrough

See merge request petsc/petsc!5655


# f4d061e9 19-Sep-2022 Pierre Jolivet <pierre@joliv.et>

Fix -Wimplicit-fallthrough


# fb664f9e 10-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-08-29/petscdevicecontext-backend-update' into 'main'

Update PetscDevice and PetscDeviceContext backends

See merge request petsc/petsc!5566


# 0e6b6b59 29-Aug-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Rework PetscDeviceContext backends and supporting code:
- Add PETSC_DEVICE_HOST
- Add PetscDeviceAllocate()
- Add PetscDeviceMalloc()
- Add PetscDeviceDeallocate()
- Add PetscDeviceFree()
- Add Petsc

Rework PetscDeviceContext backends and supporting code:
- Add PETSC_DEVICE_HOST
- Add PetscDeviceAllocate()
- Add PetscDeviceMalloc()
- Add PetscDeviceDeallocate()
- Add PetscDeviceFree()
- Add PetscDeviceMemcopy()
- Add PetscDeviceArraycopy()

- Split petscdevice.h into petscdevice_cuda.h and petscdevice_hip.h
- Add petscdevice_cupm.h
- Extend cupm::Interface and cupm::BlasInterface classes
- Add more C++ utility wrappers

show more ...


# eea86af3 05-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-23/fix-sys-man' into 'main'

Fix up all manual pages in src/sys directory

See merge request petsc/petsc!5559


# 811af0c4 24-Aug-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix up all manual pages in src/sys directory

Commit-type: documentation
/spend 10h


# 74c2aec3 01-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/device-getsharedmemsize' into 'main'

Move code to get device mem size to petscdevice.h

See merge request petsc/petsc!5552


# a16fd2c9 01-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add PetscDeviceAttribute and PetscDeviceGetAttribute() to allow querying properties for a
particular PetscDevice


# 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


# 8fd105b6 17-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/petsc!5376

show more ...


# dbbe0bcd 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methods

Commit-type: refactorization
/spend 4h

show more ...


# 8abf2547 15-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-07-20/device-handles-on-demand' into 'main'

Decouple log_view and PetscDevice initialization

See merge request petsc/petsc!5458


# 7a101e5e 21-Jul-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

No longer initialize PetscDevice greedily with -log_view (to front load handle costs), instead have separate log events for them


# 89669be4 02-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-sphinx-man-pages' into 'main'

Integrate Man Pages into Sphinx Docs

Closes #1132 and #1015

See merge request petsc/petsc!4989


# db781477 25-Apr-2022 Patrick Sanan <patrick.sanan@gmail.com>

Docs: bulk add backticks to .seealso man page fields

```python
import os
import re
import fileinput

def _process_word(word):
comma = "," if word.endswith(",") else ""
return "`%s`%s" % (wor

Docs: bulk add backticks to .seealso man page fields

```python
import os
import re
import fileinput

def _process_word(word):
comma = "," if word.endswith(",") else ""
return "`%s`%s" % (word.rstrip(","), comma)

def _process_stripped_line(line):
return " ".join(map(_process_word, line.split()))

start_pattern = re.compile(r"^( *\.seealso:? )(.*$)")

def process_file(filename_full):
with fileinput.FileInput(filename_full, inplace=True) as f:
in_block = False
for line in f:
line_stripped = line.strip()
# end ".seealso blocks" on a blank line or C-style comment close
line_modified = None
if not line_stripped:
in_block = False
elif line_stripped.endswith("*/"):
in_block = False
else:
match = re.match(start_pattern,
line) # not stripped line
if match:
indent = " " * len(match.group(1))
in_block = True
line_modified = match.group(
1) + _process_stripped_line(
match.group(2).strip())
elif in_block:
line_modified = indent + _process_stripped_line(
line_stripped)
if line_modified:
print(line_modified) # prints to the file
else:
print(line, end="") # prints to the file

BASE_DIRS = ["src", "include"]
EXT = [".c", ".cxx", ".cpp", ".cu", ".h", ".hpp", ".hxx"]
EXCLUDE_DIRS = ["tests", "tutorials", "ftn-auto", "ftn-custom", "benchmarks"]

def main():
""" Process everything """
for base in BASE_DIRS:
for root, dirs, files in os.walk(base):
for filename in files:
if os.path.splitext(filename)[1] in EXT:
filename_full = os.path.join(root, filename)
print("FILE ---", filename_full)
process_file(filename_full)
for exclude_dir in EXCLUDE_DIRS:
if exclude_dir in dirs:
dirs.remove(exclude_dir)

if __name__ == "__main__":
main()
```

show more ...


# 7ded7791 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-03-30/turnoff-gpu-timing' into 'main'

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

See merge request petsc/petsc!5056


12345