| 20869220 | 28-Mar-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
CeedScalarView: truncate small values to +0
Fixes unstable output formatting for t10, resolve #39. |
| ca8b4f01 | 28-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Add CEED_DIR to make-nek-examples.sh |
| 5a9ca9ad | 28-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
[magma-dev] Tweaks in Makefile. Fix formatting to suppress warnings. |
| 90d5dd7f | 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: add -std=c99 to CFLAGS |
| a820fbcd | 28-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Cache OCCA kernels in PETSc examples makefile |
| 19e9f421 | 28-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] PETSc example with ctx inout, qfdatasize & offsets |
| 1cf457a3 | 27-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] device from ressource, OpenCL TILE size tied to 1 |
| 4444f328 | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Copyright banners, few other small changes |
| 1981b6e4 | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
make style |
| 4b1000c7 | 27-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] fixed /ocl/occa |
| 38612b08 | 27-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
modify properly the ceed-magma |
| c4acb06b | 27-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
modify properly the Makefile |
| 90104f39 | 27-Mar-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
add two more file for the magma backend; porting single tensor contraction call |
| 24ed8b5f | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Couple more OKL kernel fixes in example Makefiles |
| 0b8e4d72 | 27-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Comment-out the restrict kernels using atomicAdd(double), so we can build the OCCA backends on GPU cards with lower SMs.
Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.
Fixed OKL kern
Comment-out the restrict kernels using atomicAdd(double), so we can build the OCCA backends on GPU cards with lower SMs.
Removed C11 _Generic macro in dbg/cdbg macros in ceed-occa.h.
Fixed OKL kernel caching in Makefile in examples/mfem.
Make style.
show more ...
|
| cbcb9b85 | 27-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] occaPropertiesSet to match new C wrapper API |
| 58c1b7e4 | 27-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Check the TODOs |
| 3762e5f7 | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] dbg macros + ceed argument moved down to occa backend |
| 3b56482d | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] Makefile targets comments, occa source debug cleanup |
| f035a36c | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[test] t30 output removed, added V vector 0.0 check |
| edbbdbad | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] examples Makefile occa cache |
| 039d1dab | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] basis & restrict stat logic to test out of source examples |
| a5ba6ca9 | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed |
| 3028b247 | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] style |
| 0a7eccc5 | 26-Mar-2018 |
camierjs <camier1@llnl.gov> |
[occa] CeedDebug output when CEED_DEBUG or DBG are non null |