Home
last modified time | relevance | path

Searched refs:AVX (Results 1 – 9 of 9) sorted by relevance

/libCEED/doc/img/tex/
H A DlibCEEDBackends.tex91 % AVX
97 node[pos=.5,align=center,color=black] {AVX};
/libCEED/doc/img/
H A DlibCEEDBackends.tex94 % AVX
100 node[pos=.5,align=center,color=black] {AVX};
/libCEED/
H A DREADME.md49 The library attempts to automatically detect support for the AVX instruction set using gcc-style co…
53 $ make AVX=1
59 $ make AVX=0
156 | `/cpu/self/avx/serial` | Serial AVX implementation | Yes …
157 | `/cpu/self/avx/blocked` | Blocked AVX implementation | Yes …
194 The `/cpu/self/avx/*` backends rely upon AVX instructions to provide vectorized CPU performance.
H A DMakefile504 AVX := $(filter $(AVX_FLAG),$(shell $(CC) $(CFLAGS:-M%=) -v -E -x c /dev/null 2>&1)) macro
506 ifneq ($(AVX),)
/libCEED/doc/sphinx/source/
H A Dintro.md26 CPU implementations are available via pure C and AVX intrinsics as well as the [LIBXSMM](http://git…
H A Dreleasenotes.md415 | `/cpu/self/avx/serial` | Serial AVX implementation |
416 | `/cpu/self/avx/blocked` | Blocked AVX implementation |
467 The `/cpu/self/avx/*` backends rely upon AVX instructions to provide vectorized CPU
495 | `/cpu/self/avx/serial` | Serial AVX implementation |
496 | `/cpu/self/avx/blocked` | Blocked AVX implementation |
H A DlibCEEDdev.md20 … tests, then the developer can focus on hardware specific implementations (AVX, CUDA, HIP, etc.) a…
60 These backends update the `CeedTensorContract` objects using AVX intrinsics and libXSMM functions, …
/libCEED/rust/libceed-sys/c-src/
H A DMakefile504 AVX := $(filter $(AVX_FLAG),$(shell $(CC) $(CFLAGS:-M%=) -v -E -x c /dev/null 2>&1)) macro
506 ifneq ($(AVX),)
/libCEED/doc/papers/joss/
H A Dpaper.md142 …@MAGMAwebsite] libraries. CPU implementations are available via pure C and AVX intrinsics as well …