Lines Matching refs:cpu

55 - Update `/cpu/self/memcheck/*` backends to help verify `CeedVector` array access assumptions and `…
98 - Update `/cpu/self/memcheck/*` backends to help verify `CeedQFunctionContext` data sizes provided …
223 - The `/cpu/self/tmpl` and `/cpu/self/tmpl/sub` backends have been removed. These backends were int…
314 - New backend: `/cpu/self/memcheck/serial`.
386 were included in this release, such as the `/cpu/self/opt/*` backends (which are
388 `/cpu/self/ref/memcheck` backend (which relies upon the
410 | `/cpu/self/ref/serial` | Serial reference implementation |
411 | `/cpu/self/ref/blocked` | Blocked reference implementation |
412 | `/cpu/self/ref/memcheck` | Memcheck backend, undefined value checks |
413 | `/cpu/self/opt/serial` | Serial optimized C implementation |
414 | `/cpu/self/opt/blocked` | Blocked optimized C implementation |
415 | `/cpu/self/avx/serial` | Serial AVX implementation |
416 | `/cpu/self/avx/blocked` | Blocked AVX implementation |
417 | `/cpu/self/xsmm/serial` | Serial LIBXSMM implementation |
418 | `/cpu/self/xsmm/blocked` | Blocked LIBXSMM implementation |
419 | `/cpu/occa` | Serial OCCA kernels |
463 The new CPU backends in this release came in two families. The `/cpu/self/*/serial`
465 of high order elements. The `/cpu/self/*/blocked` backends process blocked batches of
467 The `/cpu/self/avx/*` backends rely upon AVX instructions to provide vectorized CPU
468 performance. The `/cpu/self/xsmm/*` backends rely upon the
492 | `/cpu/self/ref/serial` | Serial reference implementation |
493 | `/cpu/self/ref/blocked` | Blocked reference implementation |
494 | `/cpu/self/tmpl` | Backend template, defaults to `/cpu/self/blocked` |
495 | `/cpu/self/avx/serial` | Serial AVX implementation |
496 | `/cpu/self/avx/blocked` | Blocked AVX implementation |
497 | `/cpu/self/xsmm/serial` | Serial LIBXSMM implementation |
498 | `/cpu/self/xsmm/blocked` | Blocked LIBXSMM implementation |
499 | `/cpu/occa` | Serial OCCA kernels |
554 | `/cpu/self/blocked` | Blocked reference implementation |
555 | `/cpu/self/ref` | Serial reference implementation |
556 | `/cpu/self/tmpl` | Backend template, defaults to `/cpu/self/blocked` |
557 | `/cpu/occa` | Serial OCCA kernels |
603 | `/cpu/self` | Serial reference implementation |
604 | `/cpu/occa` | Serial OCCA kernels |
646 | `/cpu/self` | Serial reference implementation |
647 | `/cpu/occa` | Serial OCCA kernels |
681 This release contained several backends: `/cpu/self`, and backends which rely upon the
682 [OCCA](http://github.com/libocca/occa) package, such as `/cpu/occa`,
694 | `/cpu/self` | Serial reference implementation |
695 | `/cpu/occa` | Serial OCCA kernels |