You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two new members and a route that had no payload behind it.
`mcpp.rules.sycl` (feature `rules-sycl`) drives the `xim:dpcpp` payload over
`.sycl` translation units, which mcpp 2026.9.6.1 classifies as device sources.
`mcpp.rules.hip` (feature `rules-hip`) compiles `.hip` units on the NVIDIA
platform, where HIP is a header layer over the CUDA runtime and the compiler is
the project's own clang. And `mcpp.rules.spirv` now drives glslc as well as
glslang, because `xim:shaderc` publishes one -- the route that rule's own
source used to call "a claim rather than a feature".
The floor recorded here is 2026.9.6.1, the highest among the members rather
than any one feature's, and the descriptor says so: a project on 2026.9.5.4
that wants only `rules-cuda` is refused by it. Splitting the package per member
is the alternative and is not taken, because one host-module package is what
makes the collection a collection.
One sha256 for both URLs, verified by downloading each: the GitHub archive of
the tag and the GitCode asset are byte for byte the same 47,792 bytes.
0.1.1 and 0.1.0 stay, so a consumer already pinning either keeps resolving.
Co-authored-by: speak-agent <x.d2learn.org@gmail.com>
0 commit comments