Lines Matching refs:self
152 | `/cpu/self/ref/serial` | Serial reference implementation | Yes …
153 | `/cpu/self/ref/blocked` | Blocked reference implementation | Yes …
154 | `/cpu/self/opt/serial` | Serial optimized C implementation | Yes …
155 | `/cpu/self/opt/blocked` | Blocked optimized C implementation | Yes …
156 | `/cpu/self/avx/serial` | Serial AVX implementation | Yes …
157 | `/cpu/self/avx/blocked` | Blocked AVX implementation | Yes …
160 | `/cpu/self/memcheck/*` | Memcheck backends, undefined value checks | Yes …
163 | `/cpu/self/xsmm/serial` | Serial LIBXSMM implementation | Yes …
164 | `/cpu/self/xsmm/blocked` | Blocked LIBXSMM implementation | Yes …
187 The `/cpu/self/*/serial` backends process one element at a time and are intended for meshes with a …
188 The `/cpu/self/*/blocked` backends process blocked batches of eight interlaced elements and are int…
190 The `/cpu/self/ref/*` backends are written in pure C and provide basic functionality.
192 The `/cpu/self/opt/*` backends are written in pure C and use partial e-vectors to improve performan…
194 The `/cpu/self/avx/*` backends rely upon AVX instructions to provide vectorized CPU performance.
196 The `/cpu/self/memcheck/*` backends rely upon the [Valgrind](https://valgrind.org/) Memcheck tool t…
197 … with Valgrind and the Memcheck backends, e.g. `valgrind ./build/ex1 -ceed /cpu/self/ref/memcheck`.
199 …erial or blocked mode and defaults to running in the serial mode if `/cpu/self/memcheck` is select…
201 The `/cpu/self/xsmm/*` backends rely upon the [LIBXSMM](https://github.com/libxsmm/libxsmm) package…
249 $ ./ex1-volume -ceed /cpu/self
251 $ ./ex2-surface -ceed /cpu/self
258 $ ./bp1 -ceed /cpu/self -no-vis
265 $ ./nek-examples.sh -e bp1 -ceed /cpu/self -b 3
272 $ ./bps -problem bp1 -ceed /cpu/self
274 $ ./bps -problem bp3 -ceed /cpu/self
276 $ ./bps -problem bp5 -ceed /cpu/self
282 $ ./bpsraw -problem bp1 -ceed /cpu/self
284 $ ./bpsraw -problem bp3 -ceed /cpu/self
286 $ ./bpsraw -problem bp5 -ceed /cpu/self
292 $ ./bpssphere -problem bp1 -ceed /cpu/self
294 $ ./bpssphere -problem bp3 -ceed /cpu/self
296 $ ./bpssphere -problem bp5 -ceed /cpu/self
302 $ ./area -problem cube -ceed /cpu/self -degree 3
304 $ ./area -problem sphere -ceed /cpu/self -degree 3 -dm_refine 2
309 $ ./navierstokes -ceed /cpu/self -degree 1
315 $ ./elasticity -ceed /cpu/self -mesh [.exo file] -degree 2 -E 1 -nu 0.3 -problem Linear -forcing mms