Merged
Conversation
132f7d0 to
d2d31e4
Compare
72efdcf to
e2c378f
Compare
ae31a42 to
c7d0d4d
Compare
Newer CMake v4.x dropped support for versions < 3.10
2e7be12 to
d9d5cb8
Compare
d9d5cb8 to
de58e6d
Compare
Contributor
Author
|
wait on Embree release |
7b67a55 to
3798098
Compare
9f6e69c to
6ed0a75
Compare
6ed0a75 to
e0d13e6
Compare
johguenther
commented
Mar 3, 2026
|
@johguenther I've opened a new pull request, #33, to work on those changes. Once the pull request is ready, I'll request review from you. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 48 out of 61 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (2)
cmake/openvkl_ispc.cmake:16
- The failure message still says ISPC is expected in PATH or in a sibling directory (and references "OSPRay"), but the search logic now only uses
find_program(... ispc ...)without sibling-directory hints. Please update the message to match the actual search behavior (and project name) so users aren't misled when configuring.
openvkl/include/openvkl/ispc_cpp_interop.h:86 floatbits()/intbits()C/C++ fallback helpers were removed from this public interop header, but they are still referenced from C++-compiled code paths (e.g., GPU compute headers callintbits()/floatbits()). Unless another included header now provides these symbols, this change will cause C++ compilation errors. Consider restoring these helpers here (e.g., viastd::bit_cast/memcpy-based implementations) or updating all call sites to a guaranteed-available replacement.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 47 out of 60 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
openvkl/include/openvkl/ispc_cpp_interop.h:86
- The removal of the C++ implementations of floatbits()/intbits() breaks C++ compilation for code that still relies on these helpers (e.g., openvkl/devices/gpu/compute/amr/KDTree.h uses floatbits(), and openvkl/devices/gpu/compute/vklIterators.h uses intbits()). Please either restore these helpers here (preferably implemented via std::memcpy/std::bit_cast to avoid aliasing issues) or update all C++ call sites to use a replacement helper that is available in C++ builds.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
for single-config generators like Ninja
c40eb99 to
ffed167
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.
No description provided.