Lines Matching full:using
35 It can be built using:
49 The library attempts to automatically detect support for the AVX instruction set using gcc-style co…
92 …uilt for WASM using [Emscripten](https://emscripten.org). For example, one can build the library a…
103 Python users can install using:
111 Julia users can install using:
138 or, using the `prove` tool distributed with Perl (recommended):
168 | `/gpu/cuda/shared` | Optimized pure CUDA kernels using shared memory | Yes …
169 | `/gpu/cuda/gen` | Optimized pure CUDA kernels using code generation | No …
173 | `/gpu/hip/shared` | Optimized pure HIP kernels using shared memory | Yes …
174 | `/gpu/hip/gen` | Optimized pure HIP kernels using code generation | No …
178 | `/gpu/sycl/shared` | Optimized pure SYCL kernels using shared memory | Yes …
205 The `/gpu/cuda/*` backends provide GPU performance strictly using CUDA.
207 The `/gpu/hip/*` backends provide GPU performance strictly using HIP.
211 The `/gpu/sycl/*` backends provide GPU performance strictly using SYCL.
330 A sequence of benchmarks for all enabled backends can be run using:
336 …arks are stored inside the `benchmarks/` directory and they can be viewed using the commands (requ…
344 Using the `benchmarks` target runs a comprehensive set of benchmarks which may take some time to ru…
345 Subsets of the benchmarks can be run using the scripts in the `benchmarks` folder.
370 …nd `CFLAGS` are used, and optimization flags for all languages can be set using the likes of `OPT=…