Skip to content

Commit 857957b

Browse files
committed
update changelog and rebuild README.md.
1 parent 9e1c4d7 commit 857957b

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version History
22
---------------
33

4+
### Open VKL 2.0.1
5+
6+
- Removed ISPC runtime dependency and level zero loader requirement
7+
- Add DEPENDENTLOADFLAG linker parameter for Windows binaries, restricting DLL
8+
loading behavior
9+
- Superbuild updates to latest versions of dependencies
10+
411
### Open VKL 2.0.0
512

613
- This Open VKL release adds support for Intel® Arc™ GPUs, Intel® Data Center

README.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel® Open Volume Kernel Library
22

3-
This is release v2.0.0 of Intel® Open VKL. For changes and new features
3+
This is release v2.0.1 of Intel® Open VKL. For changes and new features
44
see the [changelog](CHANGELOG.md). Visit http://www.openvkl.org for more
55
information.
66

@@ -43,6 +43,13 @@ example renderers to demonstrate how to best use the Open VKL API.
4343

4444
## Version History
4545

46+
### Open VKL 2.0.1
47+
48+
- Removed ISPC runtime dependency and level zero loader requirement
49+
- Add DEPENDENTLOADFLAG linker parameter for Windows binaries,
50+
restricting DLL loading behavior
51+
- Superbuild updates to latest versions of dependencies
52+
4653
### Open VKL 2.0.0
4754

4855
- This Open VKL release adds support for Intel® Arc™ GPUs, Intel® Data
@@ -2752,22 +2759,8 @@ Linux or Windows, you need the following additional prerequisites:
27522759

27532760
- [CMake](http://www.cmake.org) version 3.25.3 or higher
27542761

2755-
- Download or build from sources [oneAPI Level Zero Loader
2756-
v1.12.0](https://github.com/oneapi-src/level-zero/releases/tag/v1.12.0)
2757-
development packages.
2758-
2759-
- On Linux Ubuntu 22.04 there are prebuilt packages available for
2760-
this: `level-zero-devel` and `level-zero`
2761-
2762-
- Other Linux distributions require building these packages from
2763-
source.
2764-
2765-
- On Windows, you can use the single package
2766-
`level-zero_<version>_win-sdk`; note you will need to set the
2767-
environment variable `LEVEL_ZERO_ROOT` to the location of the SDK.
2768-
27692762
- Download the [oneAPI DPC++ Compiler
2770-
2023-09-22](https://github.com/intel/llvm/releases/tag/nightly-2023-09-22);
2763+
2023-10-26](https://github.com/intel/llvm/releases/tag/nightly-2023-10-26);
27712764
please note this specific version has been validated and used in our
27722765
releases.
27732766

@@ -2819,16 +2812,14 @@ the superbuild. On Linux:
28192812
export CC=clang
28202813
export CXX=clang++
28212814

2822-
cmake -D BUILD_ISPCRT_GPU=ON \
2823-
-D OPENVKL_EXTRA_OPTIONS="-DOPENVKL_ENABLE_DEVICE_GPU=ON" \
2815+
cmake -D OPENVKL_EXTRA_OPTIONS="-DOPENVKL_ENABLE_DEVICE_GPU=ON" \
28242816
[<VKL_ROOT>/superbuild]
28252817
```
28262818

28272819
And on Windows:
28282820

28292821
```
28302822
cmake -L -G Ninja \
2831-
-D BUILD_ISPCRT_GPU=ON \
28322823
-D CMAKE_CXX_COMPILER=clang-cl -D CMAKE_C_COMPILER=clang-cl \
28332824
-D OPENVKL_EXTRA_OPTIONS="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DOPENVKL_ENABLE_DEVICE_GPU=ON" \
28342825
[<VKL_ROOT>/superbuild]

0 commit comments

Comments
 (0)