| 77538c7a | 26-Jun-2019 |
Jed Brown <jed@jedbrown.org> |
Makefile: AVX test cannot match -mno-avx |
| 9d77422e | 26-Jun-2019 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'yohann/cuda-non-tensor' [PR #249]
* yohann/cuda-non-tensor: ceed-cuda: resolve -Wsign-compare for CUresult (unsigned enum) in CeedError make style. namespace cuda backends functi
Merge branch 'yohann/cuda-non-tensor' [PR #249]
* yohann/cuda-non-tensor: ceed-cuda: resolve -Wsign-compare for CUresult (unsigned enum) in CeedError make style. namespace cuda backends functions. Minor: styling Add CUDA_LIB_DIR_STUBS for systems that don't have CUDA drivers installed make style Remove useless function declaration. Add a reference non-tensor BasisApply for cuda backends.
show more ...
|
| ab7ab560 | 23-Jun-2019 |
Jed Brown <jed@jedbrown.org> |
ceed-cuda: resolve -Wsign-compare for CUresult (unsigned enum) in CeedError |
| 961116ec | 17-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
make style. |
| 4a6d4bbd | 17-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
namespace cuda backends functions. |
| 0109ba86 | 04-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Minor: styling |
| 3dd0010e | 02-Jun-2019 |
valeriabarra <valeria.barra@colorado.edu> |
Add CUDA_LIB_DIR_STUBS for systems that don't have CUDA drivers installed |
| b629e3f5 | 24-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #282 from CEED/bp5-bp6-fix
Update qextra to reflect BP paper |
| e07e9ddc | 24-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Convert BP5 BP6 to GLL |
| 194c25f7 | 24-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update qextra to reflect BP paper |
| 29187ef8 | 19-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #274 from CEED/underintegrate-basis-fix
Fix Underinterpolation in /cpu/self Backends |
| 650cb9e7 | 17-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #278 from CEED/petsc-bp-docfix
PETSc BP Docfix |
| 59d7a4ce | 17-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Benchmark documentation |
| 55542c59 | 17-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update README for PETSc BPs |
| 3ce86546 | 11-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Improve petsc-bps benchmark output (#266)
* Improve petsc-bps benchmark output
Mesh Order -> Number of 1D Basis Nodes
* Update postprocess-base.py for new output
* Fix line break in plot ti
Improve petsc-bps benchmark output (#266)
* Improve petsc-bps benchmark output
Mesh Order -> Number of 1D Basis Nodes
* Update postprocess-base.py for new output
* Fix line break in plot title and pdf file name
* Shorten plot title
* Fix legend polynomial order p
* Update postprocessing scripts to use Pandas
* Benchmarks: plot title, tasks->ranks
* Update title with latex \times symbol and icrease font size in title, legend, and axes
* Postprocess script title, num_proc_node instead of num_proc
show more ...
|
| 76174bef | 11-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update 'make junit' |
| a7bd39da | 10-Jun-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix underinterpolation mode for /cpu/self backends |
| 56f30de0 | 10-Jun-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #267 from CEED/valeria/Makefile-include
Add -include directive to Makefile |
| c3d0bf4f | 10-Jun-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Minor documentation fix in examples/README.md |
| df4cfd6d | 04-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Remove dead or unnecessary code. |
| 3f63d318 | 04-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Remove dead code. Cuda-reg restriction optimization. |
| 698ebc35 | 03-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Optimization of 3D kernels for cuda-shared backend. |
| d94769d2 | 03-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Optimization of 1D kernels for cuda-shared backend. |
| 4247ecf3 | 03-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Optimization of 2D kernels for cuda-shared backend. |
| 717ff8a3 | 03-Jun-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Minor bug fix |