fix(examples): follow the farms to 2026.09.11 - #602
Merged
Conversation
`compat:vulkan-runtime` and `compat:opencl-runtime` no longer carry
`libnvidia-pkcs11*` -- a PKCS#11 token module the vendor name pattern swept in
and that no GPU driver's dispatch reaches -- and the chain that delivers them
took new versions so an installed copy stops recording the old pin.
Measured on this host with the driver, both examples rebuilt from an empty
target directory:
sycl members 49, walked 49, findings none
vulkan members 56, walked 56, findings none
and both compute `12 24 36 48` on an RTX 4080.
Follows mcpplibs/mcpp-index#383.
…eady declares `compat.vulkan` declares `compat.vulkan-runtime` itself on Linux. Naming it here too pinned one version in two places, in two repositories, with nothing enforcing that they agree -- and they drifted three times in one day: the farm moved its key, this file moved its own, and a runner holding an installed `compat.vulkan` still recorded the previous one. Each time the build stopped with `irreconcilable versions` and each time the repair was to edit the other place. Measured after removing it: the example still receives the farm -- `library_dirs` names `compat-x-vulkan-runtime/2026.09.11`, and the record reads members 56, walked 56, no findings -- because the package that needs the adapter is the package that says so. The comment that explained why the adapter exists stays, and now explains why this file does not name it.
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.
compat:vulkan-runtimeandcompat:opencl-runtimeno longer carrylibnvidia-pkcs11*— a PKCS#11 token module the vendor name pattern swept in and that no GPU driver's dispatch reaches — and the chain that delivers them (sycl-runtime → opencl → opencl-runtime,vulkan → vulkan-runtime) took new versions so an installed copy stops recording the old pin.Measured on this host with the driver
Both examples rebuilt from an empty target directory:
09-heterogeneous/sycl09-heterogeneous/vulkanBoth compute
12 24 36 48and printdevice: NVIDIA GeForce RTX 4080.Follows mcpplibs/mcpp-index#383.