History log of /libCEED/rust/libceed-sys/c-src/backends/magma/ (Results 151 – 175 of 178)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6a35ea1502-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Copy Ref updates to MAGMA

3bfcb0de09-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

[WIP] Start converting MAGMA and COOA backends

44951fc628-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Add backend prioritization

e339c64f28-Apr-2018 Jed Brown <jed@jedbrown.org>

magma: make style (mixed results)

7e95286b11-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

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

2a84735911-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

mollowing discussion and agreement, remove for now /cpu/magma as support is provided through /gpu/magma

1dc2661b04-Apr-2018 Veselin Dobrev <dobrev@llnl.gov>

Additional tweaks for building using IBM XL Fortran.

bafc3ac201-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

change of the generator to reflect bug fix and improved kernel (from Azzam; Thanks)

06b636db01-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

add missing restores; fix t30 test - it was assuming allocation initializes values to 0; bug fixes thanks to Azzam; control of templates to be done on CPU or GPU

97ee337c01-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

some defines that control what goes through GPU code

ec0f805901-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

add macro for debugging CUDA kernels

6bb08bae01-Apr-2018 Stan Tomov <tomov@eecs.utk.edu>

add atomics.cuh in the backened. Before was in magma and this was creating problem for spack

f68f2f0129-Mar-2018 Tzanio <tzanio@llnl.gov>

TODO: Need to define CeedDebug...


/libCEED/.asanignore
/libCEED/.gitignore
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-basis.okl
/libCEED/backends/occa/ceed-occa-okl.c
/libCEED/backends/occa/ceed-occa-operator.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
/libCEED/backends/ref/ceed-ref.c
/libCEED/ceed-basis.c
/libCEED/ceed-fortran.c
/libCEED/ceed-vec.c
/libCEED/ceed.c
/libCEED/examples/ceed/Makefile
/libCEED/examples/ceed/ex1.c
/libCEED/examples/ceed/ex1.okl
/libCEED/examples/mfem/Makefile
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp1.okl
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/bp1.okl
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/generate-boxes.sh
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/bp1.c
/libCEED/examples/petsc/bp1.okl
/libCEED/include/ceed-impl.h
/libCEED/output/ex1.out
/libCEED/output/t10-basis.out
/libCEED/tests/t20-qfunction-f.f
/libCEED/tests/t20-qfunction-f.okl
/libCEED/tests/t20-qfunction.okl
/libCEED/tests/t30-operator-f.f
/libCEED/tests/t30-operator-f.okl
/libCEED/tests/t30-operator.c
/libCEED/tests/t30-operator.okl
/libCEED/tests/tap.sh
5a9ca9ad28-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

[magma-dev] Tweaks in Makefile. Fix formatting to suppress warnings.

4444f32827-Mar-2018 Tzanio <tzanio@llnl.gov>

Copyright banners, few other small changes

1981b6e427-Mar-2018 Tzanio <tzanio@llnl.gov>

make style

38612b0827-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

modify properly the ceed-magma

90104f3927-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

add two more file for the magma backend; porting single tensor contraction call

137a071420-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

remove some wornings

c119dad619-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

port ElemRestriction using generator; use also atomics in the generation for the += case

d86cda6f19-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

add include atomics to generated file

1751b0a917-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

Update restriction Destroy and Create. Still passes the tests but with 4 warnings - by design create takes indices as const, but in case ownership is passed, we later have to free them so can not dec

Update restriction Destroy and Create. Still passes the tests but with 4 warnings - by design create takes indices as const, but in case ownership is passed, we later have to free them so can not declare them as const in the magma function. Next, port apply ...

show more ...

e290095417-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

extend CeedVector_Magma to get input from DEVICE. Vector functionality now passes the make test routines. About to add spacifics for CeedElemRestriction_Magma

cd83fb2d17-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

bug fixes and extend functionality of the generation tool to handle from one to three nested loops

f67036c106-Mar-2018 Stan Tomov <tomov@eecs.utk.edu>

add some comments

12345678