Update dependencies and CI - #603
Open
johguenther wants to merge 8 commits into
Open
Conversation
johguenther
force-pushed
the
guj/bump_ispc
branch
9 times, most recently
from
November 28, 2024 10:55
f793752 to
5ad92e2
Compare
Contributor
Author
|
depends on RenderKit/openvkl#31 |
johguenther
force-pushed
the
guj/bump_ispc
branch
from
December 9, 2025 12:07
5ad92e2 to
e496dd4
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
from
December 9, 2025 12:20
e496dd4 to
b4ff8db
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
from
December 19, 2025 11:34
b4ff8db to
e938a49
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
3 times, most recently
from
February 25, 2026 17:56
e160114 to
ea1958e
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
3 times, most recently
from
March 12, 2026 11:04
f9b1654 to
0473a4b
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
from
March 17, 2026 10:56
0473a4b to
a9c1b5c
Compare
Merged
johguenther
force-pushed
the
guj/bump_ispc
branch
2 times, most recently
from
March 18, 2026 16:27
8cf57e4 to
d7d82fc
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
from
March 27, 2026 14:59
d7d82fc to
3078149
Compare
johguenther
force-pushed
the
guj/bump_ispc
branch
from
August 10, 2026 16:59
3078149 to
e215dd7
Compare
- ISPC v1.30.0 (the new minimum required version) - OIDN v2.5.0 - OpenVKL devel (until v2.0.3, for AMR fix) - rkcommon v1.15.2 (also update test images, because changed LinearSpace3::frame(vec3f N) leads to different noise) - oneTBB v2023.1 - Dear ImGui v1.92.9b - glfw v3.5.1 (disable Wayland backend) - glm v1.0.3 - snappy v1.2.2 - benchmark v1.9.5 - gtest v1.18 - icx 2025.3 / dpcpp v7.0.0 - remove benny - superbuild: forward the compiler to the remaining dependencies - link the apps with DT_RPATH (to find libumf)
Newer CMake v4.x dropped support for versions < 3.10
- Correct row-major strides (use .x/.y, not .y/.z) - Reseatable currentLevel pointer instead of const_cast on in - Reject non-multiple input dims and blockSize (fixes OOB + data race) - Drop dead counters; move brick data into output
johguenther
force-pushed
the
guj/bump_ispc
branch
from
August 11, 2026 20:16
e215dd7 to
d4e1e72
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just the CI and dependencies updates. (Fixes and optimizations moved to #611)