Skip to content

Fix V100 CUDA compatibility for demeter4 runners#404

Open
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix/demeter4-v100-cuda-compat
Open

Fix V100 CUDA compatibility for demeter4 runners#404
ChrisRackauckas-Claude wants to merge 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:fix/demeter4-v100-cuda-compat

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

Adds LocalPreferences.toml to pin CUDA runtime 12.6 and disable forward-compat driver for V100 GPU compatibility on demeter4 self-hosted runners.

Changes

  • docs/LocalPreferences.toml: Pin CUDA_Runtime_jll to 12.6 and set CUDA_Driver_jll compat="false"
  • docs/Project.toml: Add CUDA_Driver_jll and CUDA_Runtime_jll deps

Background

V100 GPUs (compute capability 7.0) require the system driver since CUDA_Driver_jll v13+ drops cc7.0 support. This matches the pattern established in OrdinaryDiffEq.jl#3162.

Ref: ChrisRackauckas/InternalJunk#19

Add LocalPreferences.toml to pin CUDA runtime 12.6 and disable
forward-compat driver. V100 GPUs (compute capability 7.0) require
system driver since CUDA_Driver_jll v13+ drops cc7.0 support.

Ref: ChrisRackauckas/InternalJunk#19
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.

2 participants