Conversation
luhenry
pushed a commit
that referenced
this pull request
Sep 19, 2026
luhenry
force-pushed
the
bitsandbytes
branch
from
September 19, 2026 07:45
048949e to
6834e33
Compare
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
luhenry
added a commit
that referenced
this pull request
Sep 19, 2026
PR #2094 (bitsandbytes) already claims 381 and 382.
bitsandbytes ships no riscv64 wheel. Build the CPU backend (libbitsandbytes_cpu.so, CMake's default COMPUTE_BACKEND) in the manylinux_2_39_riscv64 image and retag the result py3-none, the way upstream's own build-wheels job does for every platform it publishes.
381: a GPU-first package whose CMake backend selector defaults to cpu is not CUDA-blocked; the small end of the per-platform wheel sizes names the backend riscv64 wants. 382: with no reachable riscv64 image or cross-toolchain, compile the generic architecture path natively by renaming the arch macros in a scratch copy -- -U__x86_64__ breaks glibc's own multilib headers.
luhenry
force-pushed
the
bitsandbytes
branch
from
September 19, 2026 07:57
6834e33 to
bb8144a
Compare
Contributor
|
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.
bitsandbytes0.50.2Compiles the CPU backend —
libbitsandbytes_cpu.sofromcsrc/cpu_ops.cppandcsrc/pythonInterface.cpp, CMake's defaultCOMPUTE_BACKEND=cpu. Upstream publishes no riscv64 wheel.Mirrors upstream's
python-package.ymlbuild-cpu/build-wheels jobs and the CPU half oftest-runner.yml.Differs from upstream
py3-none-manylinux_2_39_riscv64, not upstream's hand-setmanylinux_2_24_<arch>.Matrix: one
cp312build — the wheel ispy3-none, so it serves every interpreter.Testing
License: Wheel bundles
libgomp(GPL-3.0 with the GCC Runtime Library Exception), vendored by auditwheel.