Skip to content

Commit e205ec4

Browse files
committed
Bump version to v2.0.3, rebuild README
1 parent d890fb7 commit e205ec4

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

.github/workflows/internal.release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
artifact-out: linux
5050
artifact-path: ./*.gz
5151
cmd: |
52-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
52+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
5353
export CXXFLAGS="-fPIC -fp-model=precise"
5454
export LDFLAGS="-static-intel"
5555
.github/scripts/release/linux.sh
@@ -65,7 +65,7 @@ jobs:
6565
artifact-path: ./*.gz
6666
env-from-files: .github/deps/dpcpp-sycl-nightly.env
6767
cmd: |
68-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
68+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
6969
export CC=clang
7070
export CXX=clang++
7171
.github/scripts/release/linux_sycl.sh
@@ -80,8 +80,8 @@ jobs:
8080
artifact-out: windows
8181
artifact-path: ./*.zip
8282
cmd: |
83-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
84-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
83+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
84+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
8585
.github/scripts/release/windows.ps1 "Visual Studio 17 2022"
8686
8787
windows_sycl:
@@ -100,8 +100,8 @@ jobs:
100100
$env:CXXFLAGS = '-w'
101101
$env:CFLAGS = '-w'
102102
103-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
104-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
103+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
104+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
105105
.github/scripts/release/windows_sycl.ps1
106106
107107
macos:
@@ -114,7 +114,7 @@ jobs:
114114
artifact-out: macos
115115
artifact-path: ./*.zip
116116
cmd: |
117-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
117+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
118118
.github/scripts/release/macos.sh
119119
120120
linux-test:
@@ -126,7 +126,7 @@ jobs:
126126
image: rockylinux:8
127127
artifact-in: linux
128128
cmd: |
129-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
129+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
130130
.github/scripts/release/linux-test.sh
131131
132132
linux_sycl-test:
@@ -140,7 +140,7 @@ jobs:
140140
env-from-files: .github/deps/dpcpp-sycl-nightly.env .github/deps/gfx-linux-public.env
141141
options: --device=/dev/dri:/dev/dri
142142
cmd: |
143-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
143+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
144144
.github/scripts/release/linux_sycl-test.sh
145145
146146
linux_sycl-test_run_only:
@@ -154,7 +154,7 @@ jobs:
154154
env-from-files: .github/deps/gfx-linux-public.env
155155
options: --device=/dev/dri:/dev/dri
156156
cmd: |
157-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
157+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
158158
.github/scripts/release/linux_sycl-test_run_only.sh
159159
160160
windows-test:
@@ -165,8 +165,8 @@ jobs:
165165
runs-on: '[ "Windows" ]'
166166
artifact-in: windows
167167
cmd: |
168-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
169-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
168+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
169+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
170170
.github/scripts/release/windows-test.ps1 "Visual Studio 17 2022"
171171
172172
windows_sycl-test:
@@ -181,8 +181,8 @@ jobs:
181181
msvc-version: 2022
182182
artifact-in: windows_sycl
183183
cmd: |
184-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
185-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
184+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
185+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
186186
.github/scripts/release/windows_sycl-test.ps1
187187
188188
windows_sycl-test_run_only:
@@ -196,8 +196,8 @@ jobs:
196196
env-from-files: ./.github/deps/gfx-windows-public.env
197197
artifact-in: windows_sycl
198198
cmd: |
199-
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
200-
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
199+
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
200+
$OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
201201
.github/scripts/release/windows_sycl-test_run_only.ps1
202202
203203
macos-test:
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: '[ "macOS", "build", "x86_64" ]'
209209
artifact-in: macos
210210
cmd: |
211-
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.2"
211+
export OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"
212212
.github/scripts/release/macos-test.sh
213213
214214
binary-analysis:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake_policy(SET CMP0074 NEW)
2424

2525
## Establish project ##
2626

27-
project(openvkl VERSION 2.0.2 LANGUAGES C CXX)
27+
project(openvkl VERSION 2.0.3 LANGUAGES C CXX)
2828

2929
## Add openvkl specific macros ##
3030

README.md

Lines changed: 8 additions & 2 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.2 of Intel® Open VKL. For changes and new features
3+
This is release v2.0.3 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

@@ -14,7 +14,7 @@ leveraging Open VKL’s performance-optimized kernels, which include
1414
volume traversal and sampling functionality for a variety of volumetric
1515
data formats. Open VKL supports x86 CPUs under Linux, macOS, and
1616
Windows; ARM CPUs on macOS; as well as Intel® GPUs under Linux and
17-
Windows (currently in beta).
17+
Windows.
1818

1919
Open VKL contains kernels optimized for the latest x86 processors with
2020
support for SSE, AVX, AVX2, and AVX-512 instructions, and for ARM
@@ -43,6 +43,12 @@ example renderers to demonstrate how to best use the Open VKL API.
4343

4444
## Version History
4545

46+
### Open VKL 2.0.3
47+
48+
- Fix artifacts when sampling AMR volume
49+
- Fix enum size on Windows with older MSVC
50+
- Superbuild updates to use Embree v4.4.1
51+
4652
### Open VKL 2.0.2
4753

4854
- Fix used element size in copyDeviceBufferToHost

0 commit comments

Comments
 (0)