diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-07-07 13:26:11 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-07-08 00:29:52 +0800 |
commit | fde5a8b3e107dbd7e9d588a3c7312e69dea65de3 (patch) | |
tree | 258348fc8eb317fa9ff04b021e12a5095aca62da /recipes-devtools | |
parent | 11971461e0ff2e6173ddcd783170666a1480e198 (diff) | |
download | meta-intel-fde5a8b3e107dbd7e9d588a3c7312e69dea65de3.tar.gz |
openvkl: add recipe for Intel Open Volume Kernel Library
Intel(R) Open Volume Kernel Library (Intel(R) Open VKL) is a collection of
high-performance volume computation kernels, developed at Intel. The
target users of Open VKL are graphics application engineers who want to
improve the performance of their volume rendering applications by
leveraging Open VKL’s performance-optimized kernels, which include
volume traversal and sampling functionality for a variety of volumetric
data formats. The kernels are optimized for the latest Intel(R) processors
with support for SSE, AVX, AVX2, and AVX-512 instructions.
Open VKL provides a C API, and also supports applications written with
the Intel(R) Implicit SPMD Program Compiler (Intel(R) ISPC) by also
providing an ISPC interface to the core volume algorithms. This makes it
possible to write a renderer in ISPC that automatically vectorizes and
leverages SSE, AVX, AVX2, and AVX-512 instructions. ISPC also supports
runtime code selection, thus ISPC will select the best code path for
your application.
https://www.openvkl.org/
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-devtools')
0 files changed, 0 insertions, 0 deletions