History log of /libCEED/backends/ (Results 751 – 775 of 1139)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
621cd46116-Mar-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #421 from SanderA/sanderarens/fix_ceed_cuda_subclasses

Add Ceed_Cuda struct to Ceed_Cuda_ref/shared/gen.

97f7f81f12-Mar-2020 Jed Brown <jed@jedbrown.org>

backends/avx: use FMA instructions when supported


/libCEED/.gitignore
/libCEED/.mailmap
/libCEED/.readthedocs.yml
/libCEED/.travis.yml
/libCEED/AUTHORS
/libCEED/CITING.md
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
avx/ceed-avx-tensor.c
/libCEED/doc/README.md
/libCEED/doc/img/E-vector.svg
/libCEED/doc/img/L-vector-AMR.svg
/libCEED/doc/img/L-vector.svg
/libCEED/doc/img/T-vector.svg
/libCEED/doc/img/TensorVsAssembly.png
/libCEED/doc/img/ceed-full-name-logo.PNG
/libCEED/doc/img/libCEEDBackends.png
/libCEED/doc/sphinx/Makefile
/libCEED/doc/sphinx/requirements.txt
/libCEED/doc/sphinx/source/CITING.md
/libCEED/doc/sphinx/source/CODE_OF_CONDUCT.md
/libCEED/doc/sphinx/source/CONTRIBUTING.md
/libCEED/doc/sphinx/source/FEMtheory.rst.inc
/libCEED/doc/sphinx/source/api/Ceed.rst
/libCEED/doc/sphinx/source/api/CeedBasis.rst
/libCEED/doc/sphinx/source/api/CeedElemRestriction.rst
/libCEED/doc/sphinx/source/api/CeedOperator.rst
/libCEED/doc/sphinx/source/api/CeedQFunction.rst
/libCEED/doc/sphinx/source/api/CeedVector.rst
/libCEED/doc/sphinx/source/api/backend/Ceed.rst
/libCEED/doc/sphinx/source/api/backend/CeedBasis.rst
/libCEED/doc/sphinx/source/api/backend/CeedElemRestriction.rst
/libCEED/doc/sphinx/source/api/backend/CeedOperator.rst
/libCEED/doc/sphinx/source/api/backend/CeedQFunction.rst
/libCEED/doc/sphinx/source/api/backend/CeedVector.rst
/libCEED/doc/sphinx/source/api/index.rst
/libCEED/doc/sphinx/source/api/internal/Ceed.rst
/libCEED/doc/sphinx/source/api/internal/CeedBasis.rst
/libCEED/doc/sphinx/source/api/internal/CeedElemRestriction.rst
/libCEED/doc/sphinx/source/api/internal/CeedOperator.rst
/libCEED/doc/sphinx/source/api/internal/CeedQFunction.rst
/libCEED/doc/sphinx/source/api/internal/CeedVector.rst
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/gettingstarted.md
/libCEED/doc/sphinx/source/index.rst
/libCEED/doc/sphinx/source/intro.rst
/libCEED/doc/sphinx/source/libCEEDapi.rst
/libCEED/doc/sphinx/source/libCEEDdev.rst
/libCEED/doc/sphinx/source/references.bib
/libCEED/doc/sphinx/source/references.rst
/libCEED/doc/sphinx/source/releasenotes.rst
/libCEED/examples/README.md
/libCEED/examples/bps.rst
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/ceed/ex2-surface.okl
/libCEED/examples/ceed/index.rst
/libCEED/examples/index.rst
/libCEED/examples/navier-stokes/densitycurrent.h
/libCEED/examples/navier-stokes/index.rst
/libCEED/examples/navier-stokes/navierstokes.c
/libCEED/examples/notation.rst
/libCEED/examples/petsc/.gitignore
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/index.rst
/libCEED/examples/petsc/qfunctions/area/areacube.h
/libCEED/examples/petsc/qfunctions/area/areacube.okl
/libCEED/examples/petsc/qfunctions/area/areasphere.h
/libCEED/examples/petsc/qfunctions/area/areasphere.okl
/libCEED/examples/petsc/qfunctions/bps/bp1.h
/libCEED/examples/petsc/qfunctions/bps/bp1sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp1sphere.okl
/libCEED/examples/petsc/qfunctions/bps/bp2.h
/libCEED/examples/petsc/qfunctions/bps/bp2sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp2sphere.okl
/libCEED/examples/petsc/qfunctions/bps/bp3.h
/libCEED/examples/petsc/qfunctions/bps/bp3sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp3sphere.okl
/libCEED/examples/petsc/qfunctions/bps/bp4.h
/libCEED/examples/petsc/qfunctions/bps/bp4sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp4sphere.okl
/libCEED/examples/petsc/setup.h
/libCEED/examples/petsc/setupsphere.h
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/python/build_ceed_cffi.py
/libCEED/tests/junit.py
/libCEED/tests/t505-operator.c
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t506-operator.c
/libCEED/tests/tap.sh
39daeb9e05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

3d05795b05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - remove extra variable declaration in cuda/gen

b1fe5f7005-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - cuda/reg recompute blocksize

d8a2756a05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - cuda/gen fixes

25dfc19d05-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix readSliceQuadsStrided signature

2f4ca71805-Mar-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix writeDofsStrided3d signature

d80fc06a24-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - use strides as template parameters for cuda/gen


cuda-gen/ceed-cuda-gen-operator-build.cpp
cuda-gen/ceed-cuda-gen-operator.c
cuda-gen/ceed-cuda-gen.h
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/navier-stokes/densitycurrent.h
/libCEED/examples/navier-stokes/navierstokes.c
/libCEED/examples/nek/bps/bps.usr
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/setup.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/python/__init__.py
/libCEED/python/ceed_constants.py
/libCEED/tests/python/test-5-operator.py
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t501-operator.c
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator.c
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t503-operator.c
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t504-operator.c
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t505-operator.c
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t510-operator.c
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t511-operator.c
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t520-operator.c
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t521-operator.c
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t522-operator.c
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t523-operator.c
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t524-operator.c
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t530-operator.c
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t531-operator.c
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t532-operator.c
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t533-operator.c
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t534-operator.c
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t535-operator.c
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t536-operator.c
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t540-operator.c
7ed52d0120-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Make style

920dcdc414-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - initial impl of strided restrictions in cuda/gen

f2b2a89614-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - fix indices and strides arguments in cuda/gen

478672fe14-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - update ref/reg restrictions to use CEED_STRIDES_BACKEND {1, nelem*elemsize, elemsize}

0cd3b4e013-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

magma backend: replace vector alias with explicit backend strides

07c0792412-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND

7f90ec7614-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CPU - fix CPU backend stridiniding for CEED_BACKENDSTRIDE

5e3019e212-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

magma backend: add optimization for CEED_STRIDES_BACKEND in restriction

523b8ea012-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - add CEED_STRIDES_BACKEND

ccedf6b011-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

WIP - add strided to cuda gen

59f9181e07-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - add strided restrictions

48b094a307-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

make style changes

266dd7ab07-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

add strided restriction for magma backend

bbfacfcd06-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

LCOV - shift markers to avoid extranious misses

15ad1f0806-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

OCCA - initalize imode for clang tidy

7509a59606-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - replace identity restrictions with strided restrictions


blocked/ceed-blocked-operator.c
occa/ceed-occa-restrict.c
occa/ceed-occa-restrict.okl
occa/ceed-occa.h
opt/ceed-opt-operator.c
ref/ceed-ref-operator.c
ref/ceed-ref-restriction.c
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/navier-stokes/navierstokes.c
/libCEED/examples/nek/bps/bps.usr
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/setup.h
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-vector.c
/libCEED/tests/t201-elemrestriction-f.f90
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t501-operator.c
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator.c
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t503-operator.c
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t504-operator.c
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t505-operator.c
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t510-operator.c
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t511-operator.c
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t520-operator.c
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t521-operator.c
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t522-operator.c
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t523-operator.c
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t524-operator.c
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t530-operator.c
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t531-operator.c
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t532-operator.c
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t533-operator.c
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t534-operator.c
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t535-operator.c
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t536-operator.c
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t540-operator.c

1...<<31323334353637383940>>...46