History log of /libCEED/backends/ref/ (Results 251 – 275 of 326)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
52d6035f13-Mar-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Operator Composition (#197)

* Composite Operator for cpu/self family of backends

* Remove small leak

* Improve C tests

* Add composite operator to Fortran interface and tests

* Fix Fortr

Operator Composition (#197)

* Composite Operator for cpu/self family of backends

* Remove small leak

* Improve C tests

* Add composite operator to Fortran interface and tests

* Fix Fortran test missing destroys

* Fortran test okl files, currently not used

* fix error in composite ' add' flag logic

* Switch composite op tests to f90

* Check for operator type on utility functions

* Documentation and test cleanup

* Make Style

show more ...

84a01de512-Mar-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Serial and Blocked AVX Backends (#198)

* Add serial AVX backend

* Style and README changes

* Simplify AVX serial tensor loop

* Minor performance improvement

* C=1 AVX scalar case

* In

Serial and Blocked AVX Backends (#198)

* Add serial AVX backend

* Style and README changes

* Simplify AVX serial tensor loop

* Minor performance improvement

* C=1 AVX scalar case

* Increase use of AVX commands for edge cases

* Prep for eventual Tensor Object

* Comment updates

* Readme update

* Update README

* Refactor to reduce code

* Increase vectorization in remainder of columns

* Vectorize column remainder on C=1 case

* Switch to static inlining for AVX tensor contract

* Tidying for merge

* make style

* Style cleanup

* Full register use for columns

* Make style

show more ...

cdf4f91809-Mar-2019 jeremylt <jeremy.thompson@colorado.edu>

Apply style changes

856142e106-Feb-2019 jeremylt <jeremy.thompson@colorado.edu>

Backend naming adjustment

4d1cd9fc06-Feb-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Add Nek to Travis (#169)

* Add test mode to Nek BP1 and BP3, improve Nek BPs

* Fix OCCA identity rst for multifield, minor NekBP1 fix

* Improve Nek run script

* Add Nek5K to prove-all

*

Add Nek to Travis (#169)

* Add test mode to Nek BP1 and BP3, improve Nek BPs

* Fix OCCA identity rst for multifield, minor NekBP1 fix

* Improve Nek run script

* Add Nek5K to prove-all

* Update travis yml for Nek5K

* Make style

* Adjust Travis yml

* Combine Nek run bash scripts

* Minor Nek script improvements

* Update to Nek 18.0 and reduce number of Nek compiler warnings

* Document required Nek5k version

* Remove stray command

* Remove extra file

* Adapt Nek for CUDA backend

* Fix Nek script string comparison

* Modify Nek script for better exit codes

* typo fix

* Modify the CU function names in nek/bp1.cu and nek/bp3.cu

* .cu file consistency

* Tidy Travis

* Tidy Travis

* Operator fixes

show more ...


/libCEED/.travis.yml
/libCEED/LICENSE
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/blocked/ceed-blocked-basis.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-restrict.okl
/libCEED/backends/occa/ceed-occa.h
ceed-ref-operator.c
/libCEED/backends/xsmm/ceed-xsmm-basis.c
/libCEED/benchmarks/.gitignore
/libCEED/benchmarks/README.md
/libCEED/benchmarks/benchmark.sh
/libCEED/benchmarks/petsc-bp1.sh
/libCEED/benchmarks/petsc-bp3.sh
/libCEED/benchmarks/postprocess-base.py
/libCEED/benchmarks/postprocess-plot.py
/libCEED/benchmarks/postprocess-table.py
/libCEED/examples/Makefile
/libCEED/examples/ceed/ex1.cu
/libCEED/examples/mfem/bp1.cu
/libCEED/examples/mfem/bp3.cu
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/bp1.cu
/libCEED/examples/nek5000/bp1.okl
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.cu
/libCEED/examples/nek5000/bp3.okl
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/make-nek-tests.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/bp1.c
/libCEED/examples/petsc/bp1.cu
/libCEED/examples/petsc/bp1.h
/libCEED/examples/petsc/bp3.c
/libCEED/examples/petsc/bp3.cu
/libCEED/examples/petsc/bp3.h
/libCEED/tests/t000-init-f.f90
/libCEED/tests/t100-vec-f.f90
/libCEED/tests/t101-vec-f.f90
/libCEED/tests/t102-vec-f.f90
/libCEED/tests/t103-vec-f.f90
/libCEED/tests/t104-vec-f.f90
/libCEED/tests/t105-vec-f.f90
/libCEED/tests/t106-vec-f.f90
/libCEED/tests/t107-vec-f.f90
/libCEED/tests/t108-vec-f.f90
/libCEED/tests/t200-elemrestriction-f.f90
/libCEED/tests/t201-elemrestriction-f.f90
/libCEED/tests/t202-elemrestriction-f.f90
/libCEED/tests/t203-elemrestriction-f.f90
/libCEED/tests/t204-elemrestriction-f.f90
/libCEED/tests/t205-elemrestriction-f.f90
/libCEED/tests/t206-elemrestriction-f.f90
/libCEED/tests/t207-elemrestriction-f.f90
/libCEED/tests/t300-basis-f.f90
/libCEED/tests/t301-basis-f.f90
/libCEED/tests/t302-basis-f.f90
/libCEED/tests/t303-basis-f.f90
/libCEED/tests/t304-basis-f.f90
/libCEED/tests/t305-basis-f.f90
/libCEED/tests/t306-basis-f.f90
/libCEED/tests/t307-basis-f.f90
/libCEED/tests/t310-basis-f.f90
/libCEED/tests/t311-basis-f.f90
/libCEED/tests/t312-basis-f.f90
/libCEED/tests/t313-basis-f.f90
/libCEED/tests/t400-qfunction-f.cu
/libCEED/tests/t400-qfunction-f.f90
/libCEED/tests/t400-qfunction.cu
/libCEED/tests/t401-qfunction-f.cu
/libCEED/tests/t401-qfunction-f.f90
/libCEED/tests/t401-qfunction.cu
/libCEED/tests/t500-operator-f.cu
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t500-operator.cu
/libCEED/tests/t501-operator-f.cu
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t501-operator.cu
/libCEED/tests/t502-operator-f.cu
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator.cu
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/tap.sh
8d713cf620-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Initial libXSMM backend

48fffa0617-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

avx vectorized backend

Edge cases for AVX BasisApply

Priority adjustment to match libXSMM branch

Remove scalar/simd mix for Intel

Check for CC AVX support

AVX: proposed doc and makefile detectio

avx vectorized backend

Edge cases for AVX BasisApply

Priority adjustment to match libXSMM branch

Remove scalar/simd mix for Intel

Check for CC AVX support

AVX: proposed doc and makefile detection update

show more ...


/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/avx/ceed-avx-basis.c
/libCEED/backends/avx/ceed-avx.c
/libCEED/backends/avx/ceed-avx.h
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/occa/ceed-occa-qfunction.c
ceed-ref.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceedf.h
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed.c
/libCEED/tests/t000-init-f.f
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t102-vec-f.f
/libCEED/tests/t103-vec-f.f
/libCEED/tests/t104-vec-f.f
/libCEED/tests/t105-vec-f.f
/libCEED/tests/t106-vec-f.f
/libCEED/tests/t107-vec-f.f
/libCEED/tests/t108-vec-f.f
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t204-elemrestriction-f.f
/libCEED/tests/t205-elemrestriction-f.f
/libCEED/tests/t206-elemrestriction-f.f
/libCEED/tests/t207-elemrestriction-f.f
/libCEED/tests/t300-basis-f.f
/libCEED/tests/t301-basis-f.f
/libCEED/tests/t302-basis-f.f
/libCEED/tests/t303-basis-f.f
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t305-basis-f.f
/libCEED/tests/t306-basis-f.f
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t310-basis-f.f
/libCEED/tests/t310-basis-f.h
/libCEED/tests/t311-basis-f.f
/libCEED/tests/t312-basis-f.f
/libCEED/tests/t313-basis-f.f
/libCEED/tests/t400-qfunction-f.f
/libCEED/tests/t401-qfunction-f.f
/libCEED/tests/t401-qfunction-f.okl
/libCEED/tests/t401-qfunction.c
/libCEED/tests/t401-qfunction.okl
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t501-operator-f.f
/libCEED/tests/t502-operator-f.f
/libCEED/tests/t510-operator-f.f
/libCEED/tests/t511-operator-f.f
d45ec61013-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix multifield output bug in QFApply_Ref

45918e5c12-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Make style

91703d3f12-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Improve Ref/Blocked handling of operator vectors

aedaa0e519-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Vector inputs for BasisApply and QFApply; CPU backends, OCCA, and tests converted

1dfeef1d12-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Make style

28d161ee15-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Add global NUM_BACKEND, fix qf user pointer getter

fe2413ff14-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Add setters, remove impl header from CPU, OCCA backends


/libCEED/.travis.yml
/libCEED/backends/blocked/ceed-blocked-basis.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-okl.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction-noop.c
/libCEED/backends/occa/ceed-occa-qfunction-op.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-restrict.okl
/libCEED/backends/occa/ceed-occa-vector.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/occa/ceed-occa.h
ceed-ref-basis.c
ceed-ref-operator.c
ceed-ref-qfunction.c
ceed-ref-restriction.c
ceed-ref-vec.c
ceed-ref.c
ceed-ref.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-vec.c
/libCEED/interface/ceed.c
/libCEED/tests/t102-vec-f.f
/libCEED/tests/t102-vec.c
/libCEED/tests/t103-vec-f.f
/libCEED/tests/t103-vec.c
/libCEED/tests/t105-vec-f.f
/libCEED/tests/t105-vec.c
/libCEED/tests/t106-vec-f.f
/libCEED/tests/t106-vec.c
/libCEED/tests/t107-vec-f.f
/libCEED/tests/t107-vec.c
/libCEED/tests/t108-vec-f.f
/libCEED/tests/t108-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t204-elemrestriction-f.f
/libCEED/tests/t204-elemrestriction.c
/libCEED/tests/t205-elemrestriction-f.f
/libCEED/tests/t205-elemrestriction.c
/libCEED/tests/t206-elemrestriction-f.f
/libCEED/tests/t206-elemrestriction.c
/libCEED/tests/t207-elemrestriction-f.f
/libCEED/tests/t207-elemrestriction.c
/libCEED/tests/t502-operator-f.f
/libCEED/tests/t502-operator-f.okl
/libCEED/tests/t502-operator.c
/libCEED/tests/t502-operator.okl
/libCEED/tests/tap.sh
4dccadb630-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Add lmode field to CeedOperatorSetField

d1bcdac923-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Add Operator/QFunction field getters

d863ab9b19-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Separate to 3 header files

4ce2993f17-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

First round of getters

Use Getters in ref backend

Add Getters to blocked backend

Convert OCCA backend to use Getters

Add getters for backend data

e6e9a80e29-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Restore ceed argument in TensorContractRef/Opt

667bc5fc29-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Refactor to standardize backend create functions

a8de75f017-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-z

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-zero operator tests

Adjust Fortran tests for clarity

Explicitly cast Fortran values as doubles in tests

Modify PR97 for new Fortran interface

Flaten CEED_TOPO to include dimension

Rebase PR 97 to new testing convention

Reorder ElemTopo to embed dimension bitwise, doc fix

Switch numbering convention, add GetTopologyDimension

Fortran headers for t31* and t51*, adjust PR97 for COLLOCATED typo

show more ...


/libCEED/.travis.yml
/libCEED/Makefile
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-vector.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/occa/ceed-occa.h
/libCEED/backends/optimized/ceed-opt-basis.c
/libCEED/backends/optimized/ceed-opt-operator.c
/libCEED/backends/optimized/ceed-opt.c
/libCEED/backends/optimized/ceed-opt.h
ceed-ref-basis.c
ceed-ref-operator.c
ceed-ref.c
ceed-ref.h
/libCEED/backends/template/ceed-tmpl-basis.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/backends/template/ceed-tmpl.h
/libCEED/examples/ceed/ex1.c
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/bp1.c
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed.c
/libCEED/output/t310-basis-f.out
/libCEED/output/t310-basis.out
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t102-vec-f.f
/libCEED/tests/t103-vec-f.f
/libCEED/tests/t104-vec-f.f
/libCEED/tests/t105-vec-f.f
/libCEED/tests/t105-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t300-basis.c
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t310-basis-f.f
/libCEED/tests/t310-basis-f.h
/libCEED/tests/t310-basis.c
/libCEED/tests/t310-basis.h
/libCEED/tests/t311-basis-f.f
/libCEED/tests/t311-basis.c
/libCEED/tests/t312-basis-f.f
/libCEED/tests/t312-basis.c
/libCEED/tests/t313-basis-f.f
/libCEED/tests/t313-basis.c
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator-f.f
/libCEED/tests/t501-operator-f.okl
/libCEED/tests/t501-operator.c
/libCEED/tests/t501-operator.okl
/libCEED/tests/t510-operator-f.f
/libCEED/tests/t510-operator-f.okl
/libCEED/tests/t510-operator.c
/libCEED/tests/t510-operator.okl
/libCEED/tests/t511-operator-f.f
/libCEED/tests/t511-operator-f.okl
/libCEED/tests/t511-operator.c
/libCEED/tests/t511-operator.okl
/libCEED/tests/tap.sh
1f0e955f21-Aug-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #139 from CEED/qf-numargs

Fix and use QFunctionGetNumArgs

1a4ead9b21-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Fix and use QFunctionGetNumArgs

42ecf95921-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Only zero lvecs once

4b8bea3b15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}

1...<<11121314