Skip to content

ci: bundle CUDA runtime libs for portability on both platforms#8

Merged
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-runtime-bundling
Jun 1, 2026
Merged

ci: bundle CUDA runtime libs for portability on both platforms#8
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-runtime-bundling

Conversation

@Phqen1x
Copy link
Copy Markdown
Owner

@Phqen1x Phqen1x commented Jun 1, 2026

Addresses Copilot review comments on lemonade-sdk#7.

  • Linux: adds libcudart.so* to the bundled runtime libraries (was missing; systems without a matching CUDA toolkit would fail with libcudart.so not found at startup)
  • Windows: adds id: cuda-toolkit to the install step and uses robocopy to copy cudart64_*.dll, cublas64_*.dll, cublasLt64_*.dll into the zip before packaging

🤖 Generated with Claude Code

Linux: add libcudart.so* to the bundled runtime libraries so binaries
can run on systems without a matching CUDA toolkit installed.

Windows: add id to cuda-toolkit step and robocopy cudart64/cublas64/
cublasLt64 DLLs into the zip so the build runs on machines without a
pre-installed CUDA runtime.

Addresses Copilot review comments on lemonade-sdk#7.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Phqen1x Phqen1x merged commit b7b403f into lemonade Jun 1, 2026
@Phqen1x Phqen1x deleted the fix-cuda-runtime-bundling branch June 1, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant