History log of /libCEED/ (Results 3401 – 3425 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e3960b1411-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #606 from CEED/jeremy/new-api-diagram

Doc - update backend diagram

91dfd1cd11-Aug-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Doc - update backend diagram

1b6f3d5610-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #605 from CEED/jeremy/hip-tidy

Hip - add missing ierr

e299b37810-Aug-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Hip - add missing ierr

8ae2f5d610-Aug-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #604 from CEED/valeria/improve-sphere-tests

PETSc area and bpssphere examples: Improve testing

42dff70109-Aug-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Update .travis.yml

587be3cd08-Aug-2020 valeriabarra <valeriabarra21@gmail.com>

PETSc area and bpssphere examples: Add -dm_refine to TESTARGS and include tolerance check in area error

3ab4fca604-Aug-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)

* PETSc examples: Update DMPlexCreateSphereMesh call after change in API

* PETSc bps:

PETSc examples: Update DMPlexCreateSphereMesh() and DMAddBoundary() calls after changes in PETSc's API (#600)

* PETSc examples: Update DMPlexCreateSphereMesh call after change in API

* PETSc bps: Update DMAddBoundary() call after change in API

* Add compatibility macros

* solids/ and fluids/ : Update DMAddBoundary() call and add compatibility macros

* Travis: Update PETSc ref with latest hash from master

show more ...

fe5822c729-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #598 from CEED/jeremy/cuda-small-fixes

Small Cuda/Hip Fixes

0f09838f29-Jul-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Cuda/Hip - name QFunctions for easier profiling

b7a997cf29-Jul-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Makefile - small HIP improvements

29b6728929-Jul-2020 jeremylt <thompson.jeremy.luke@gmail.com>

Hip - fix warning about snprintf

752c370128-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Fix CodeCov Reports (#597)

* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue

* Gitlab - use latest gcc on Noether

* Cuda/Hip - add case in reciprocal for completen

Fix CodeCov Reports (#597)

* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue

* Gitlab - use latest gcc on Noether

* Cuda/Hip - add case in reciprocal for completeness

* Cuda - remove duplicate case

* Makefile - exclude fortran test headers from make style

* Travis - update to Focal

* Cov - adjust style to be consistent and avoid false misses

* Travis - update comments and style

show more ...

d99fa3c528-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

* Op - add test t550, fix errors

* Tests - add Fortran version of t550

* Tests - add t511 for testing tensor basis multigrid level setup

* make style and tidy

* Tests - fix t55* memory leaks

* Tests - add t552 for non-tensor basis multigrid levels

* CUDA - use CeedIntMax in shared CUDA backend

* Tests - add OCCA test exception for t55*

* Op - add lvector global prolongation multiplicity, simplifies user interface

* Solids - convert example to new interface

* make style

* Tests - convert t550 to multicomponent

* Solids - drop unused ceed_fine

* Python - add new multigrid level interface

* Python - fix operator wrap, use ceed python obj rather than ceed pointer

* Gallery - update comment slightly

* Tests - remove accidental duplicate test

* Multigrid - add size=2 case as well

* Operator - drop unneeded inline

* QFunction - simplify context ownership to match vector

* make style

* Python - update multigrid function signature

* Operator - refactor prolong/restrict qfunctions as scaling qfunctions

* Vector - add testing for reciprocal and add to Fortran/Python interfaces

* CUDA - add VectorReciprocal on device

* Gallery - drop specalized versions for 'Scale', wil fix performance hit later

* Hip - add vector reciprocal

* Operator - add more flexible prologation basis creation interface

* Vec - make sure data is set for VectorReciprocal

* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend

* Tests - add missing lcov markers

* make style

* Travis - allow ARM job to fail

* Travis - fix intel install

* Travis - try different install dir name for inteloneapi

* Travis - add ifort, ipp packages

* Tests - add missing lcov marker

show more ...

2d961fe828-Jul-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #595 from CEED/update-citing-info

Add SciPy20 Proceeding publication in CITING section and correspondin…

26cf1b8227-Jul-2020 valeriabarra <valeriabarra21@gmail.com>

Add SciPy20 Proceeding publication in CITING section and corresponding BiBTex entry

ddc5c1c227-Jul-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #594 from CEED/jed/hip-lcov-excl

backends/hip: exclude testing of unimplemented code

a176673227-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Cuda - add cublasGetErrorName exclusion to match hip

6bbcfef427-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Hip/Cuda - expand QFunction LCOV exception for failing to open qf source file

f0f820a027-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Makefile - minor reordering

b2573fe127-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Device - put device kernels in separate 'kernels' folder in backends

e9f4dca027-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Cuda - add LCOV markers

34f6cd3f27-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Hip - add LCOV markers

4e0e931f24-Jul-2020 Jed Brown <jed@jedbrown.org>

backends/hip: exclude testing of unimplemented code

86aff9da24-Jul-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #235 from CEED/jed/gitlab-ci

Add testing (with HIP) via GitLab-CI

1...<<131132133134135136137138139140>>...226