summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-10-11 22:56:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-11 23:29:40 +0800
commit32c052544025067914a003aedf16a29a5787f6fa (patch)
tree19ed95d7267320edbded14c2ae773c60dc34eeea
parentdf6b63660464636ff27b6bf8508c5ec5b63d2734 (diff)
downloadmeta-intel-32c052544025067914a003aedf16a29a5787f6fa.tar.gz
openvkl: upgrade 1.0.0 -> 1.0.1
- Fixed issue in `structuredRegular` and `vdb` interval iterators that could lead to erroneous initial intervals for certain ray inputs - Fixed handling of `intervalResolutionHint` interval iterator context parameter for `amr`, `particle`, and `unstructured` volumes with small numbers of cells / primitives Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb
index abbde9a1..31cc5703 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
20 20
21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https \ 21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https \
22 " 22 "
23SRCREV = "5a7071d9b9fd5413d04871dff252ab0bf93fbf03" 23SRCREV = "dcdd2e1f839ca03c6fe6036d824a5db1cdaabcdb"
24 24
25COMPATIBLE_HOST = '(x86_64).*-linux' 25COMPATIBLE_HOST = '(x86_64).*-linux'
26 26