| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Remove THC/THCAtomics.cuh include (removed in torch 2.10)
- Set CMAKE_POLICY_VERSION_MINIMUM for newer cmake
- Default SGL_KERNEL_COMPILE_THREADS=1 to prevent OOM
- Skip build dependency check for torch version mismatch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
Avoids conflict with python-pytorch-opt-cuda which also provides
python-pytorch. CUDA toolkit dependency is separate.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
Both needed at build time by scikit-build-core.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
sgl-kernel 0.3.21 ships inside sglang v0.5.9 tarball.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
Pre-built wheel was compiled against torch 2.9.1, causing ABI mismatch
with Arch's torch 2.10.0. Building from source links against the
system torch and targets the local GPU architecture.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
Pre-built CUDA kernels for SGLang. Uses abi3 wheel (Python 3.10+).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|