History log of /libCEED/backends/ref/ceed-ref.c (Results 76 – 100 of 102)
Revision Date Author Comments
# e17b31af 05-May-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into evector_support


# eae71ed1 05-May-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Let indices array be NULL when using E-vector


# b92d21b8 28-Apr-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'template-backend' [PR #63]

* template-backend:
Add template backend, requested in issue #38
Split Ref into multiple files, update style


# 21617c04 28-Apr-2018 jeremylt <jeremy.thompson@colorado.edu>

Split Ref into multiple files, update style


# 5ac55112 28-Apr-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/fix-backend-RestoreArray' [PR #67]

* jed/fix-backend-RestoreArray:
[occa] qdata offset fix in qfunction before restore in op apply
backends: add missing CeedVectorRestoreArray

Merge branch 'jed/fix-backend-RestoreArray' [PR #67]

* jed/fix-backend-RestoreArray:
[occa] qdata offset fix in qfunction before restore in op apply
backends: add missing CeedVectorRestoreArray calls

show more ...


# 8b01ea44 31-Mar-2018 Jed Brown <jed@jedbrown.org>

backends: add missing CeedVectorRestoreArray calls


# 973cf595 29-Mar-2018 Tzanio <tzanio@llnl.gov>

Merge branch 'master' into magma-dev

Conflicts:
Makefile
tests/tap.sh


# 965462bb 28-Mar-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge branch 'master' into nek5k_updates


# 67e83253 28-Mar-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'occa-dev' [PR #42]

* occa-dev: (70 commits)
Makefile: explicitly use bash because shell script does not have conforming shebang
make okl-cache: simplify caching call and fix to fin

Merge branch 'occa-dev' [PR #42]

* occa-dev: (70 commits)
Makefile: explicitly use bash because shell script does not have conforming shebang
make okl-cache: simplify caching call and fix to find OCCA executable
Cache OCCA kernels in PETSc examples makefile
[occa] PETSc example with ctx inout, qfdatasize & offsets
[occa] device from ressource, OpenCL TILE size tied to 1
[occa] fixed /ocl/occa
Couple more OKL kernel fixes in example Makefiles
Comment-out the restrict kernels using atomicAdd(double), so we can build the OCCA backends on GPU cards with lower SMs.
[occa] occaPropertiesSet to match new C wrapper API
[occa] dbg macros + ceed argument moved down to occa backend
[occa] Makefile targets comments, occa source debug cleanup
[test] t30 output removed, added V vector 0.0 check
[occa] examples Makefile occa cache
[occa] basis & restrict stat logic to test out of source examples
[occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed
[occa] style
[occa] CeedDebug output when CEED_DEBUG or DBG are non null
[occa] Updated to 1.0 C API
[occa] make style
[occa] cleanup + OCL but tests that use ex1-volume-annulus.okl
...

show more ...


# 44b9b2cd 23-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'occa-dev' into nek_gpu

Conflicts:
Makefile
examples/nek5000/ex1.okl
examples/nek5000/ex1.usr
examples/nek5000/make-nek-examples.sh


# 4d13f088 23-Mar-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'occa-dev' of https://github.com/CEED/libCEED into occa-dev

Conflicts:
Makefile


# 0c784865 21-Mar-2018 camierjs <camier1@llnl.gov>

[occa] cleanup, MFEM ex1 and OKL file lookup with '.'


# 94b43291 20-Mar-2018 camierjs <camier1@llnl.gov>

[occa] Tindices before push into kernels


# 2dd06fc2 20-Mar-2018 camierjs <camier1@llnl.gov>

[occa] CeedElemRestrictionOffset


# e1906995 16-Mar-2018 camierjs <camier1@llnl.gov>

[occa] revert unwanted changes in ref backend and ceed-elemrestriction.c file


# e81d1aea 15-Mar-2018 camierjs <camier1@llnl.gov>

[occa] operator & qfunction still push/pull


# 3f4acda5 01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface


# 8c081a34 08-Jan-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an M

Merge branch 'mfem-diff-example' [PR #20]

CEED_REQUEST_NULL was removed in 'master'. Use in this branch is
replaced by CEED_REQUEST_ORDERED.

* mfem-diff-example:
In the mfem examples:
Add an MFEM diffusion example, ex3.cpp
Add support for BasisApply with CEED_EVAL_GRAD + CEED_TRANSPOSE modes

show more ...


# 5e0799b1 24-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Add support for BasisApply with CEED_EVAL_GRAD + CEED_TRANSPOSE modes


# c384b403 23-Dec-2017 Jed Brown <jed@jedbrown.org>

Merge branch 'occa-backend'

* occa-backend:
OCCA: Fix logic for raising an error when falling back to Serial
Fix the size of temporary arrays in CeedBasisApply_*
[occa] kRestrict[345] fix to a

Merge branch 'occa-backend'

* occa-backend:
OCCA: Fix logic for raising an error when falling back to Serial
Fix the size of temporary arrays in CeedBasisApply_*
[occa] kRestrict[345] fix to avoid race condition, thx David
make style
[occa] /omp/occa mode
[occa] okl return => continue
[occa] kernel tile fix
[occa] MFEM ex1 working

show more ...


# 06320e62 23-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Fix the size of temporary arrays in CeedBasisApply_*


# 46b78982 22-Dec-2017 David Medina <dmed256@gmail.com>

Merge pull request #11 from CEED/occa-backend

OCCA backend [occa-backend]


# 85558d50 22-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'master' into occa-backend


# e3df9412 22-Dec-2017 camierjs <camier1@llnl.gov>

[style] *Occa to *_Occa
[occa] moved 'device' global var to ceed private structure
[style] dbg to CeedDebug, moved to ceed-impl.h/ceed.c


# a4bc22ba 22-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'occa-backend' of github.com:CEED/libCEED into occa-backend


12345