bitsandbytes icon indicating copy to clipboard operation
bitsandbytes copied to clipboard

Define CUDA versions for workflows centrally

Open rickardp opened this issue 1 year ago • 1 comments

This PR defines CUDA versions to be built in workflows centrally.

It uses a Dockerfile as a source of truth, as this can be updated automatically by Dependabot.

Currently, the Dockerfile is not used for building the compiler images, but we could do this in the future if we want to speed up buiilds (by caching on ghcr.io and e.g stripping static libs that we don't use, as they constitute about 50% of the image size), but the bottleneck is Windows anyway so this is not critical at the moment

rickardp avatar Feb 07 '24 18:02 rickardp

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

github-actions[bot] avatar Feb 07 '24 19:02 github-actions[bot]