Searched refs:AVX (Results 1 – 9 of 9) sorted by relevance
| /libCEED/doc/img/tex/ |
| H A D | libCEEDBackends.tex | 91 % AVX 97 node[pos=.5,align=center,color=black] {AVX};
|
| /libCEED/doc/img/ |
| H A D | libCEEDBackends.tex | 94 % AVX 100 node[pos=.5,align=center,color=black] {AVX};
|
| /libCEED/ |
| H A D | README.md | 49 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 D | Makefile | 504 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 D | intro.md | 26 CPU implementations are available via pure C and AVX intrinsics as well as the [LIBXSMM](http://git…
|
| H A D | releasenotes.md | 415 | `/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 D | libCEEDdev.md | 20 … 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 D | Makefile | 504 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 D | paper.md | 142 …@MAGMAwebsite] libraries. CPU implementations are available via pure C and AVX intrinsics as well …
|