Skip to content

Commit

Permalink
Try Cuda 11.8
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Jan 4, 2024
1 parent 4b3cf9c commit e782c7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
OPTIX_VERSION=7.0
UBUNTU_INSTALL_OPENEXR=0
UBUNTU_INSTALL_OCIO=0
OSL_UBUNTU_INSTALL_PACKAGES="cuda-nvcc-12-3 cuda-cudart-12-3 cuda-cudart-dev-12-3 cuda-nvrtc-12-3 cuda-nvrtc-dev-12-3"
OSL_UBUNTU_INSTALL_PACKAGES="cuda-nvcc-11-8 cuda-cudart-11-8 cuda-cudart-dev-11-8 cuda-nvrtc-11-8 cuda-nvrtc-dev-11-8"
# 12-3
# cuda-cccl cuda-command-line-tools cuda-compiler cuda-crt
# cuda-cuobjdump cuda-cupti
# cuda-cupti-dev cuda-cuxxfilt
Expand Down

0 comments on commit e782c7a

Please sign in to comment.