Update backends.yml

This commit is contained in:
DarthAffe 2024-04-02 13:03:38 +02:00 committed by GitHub
parent 3370441199
commit 9c7daf6e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,8 @@ jobs:
cuda: '11.7.1'
method: network
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
use-github-cache: false
use-local-cache: false
- name: Install cuda-toolkit
id: cuda-toolkit-12
@ -60,6 +62,8 @@ jobs:
cuda: '12.2.0'
method: network
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
use-github-cache: false
use-local-cache: false
- name: Install rocm-toolkit
id: rocm-toolkit
@ -133,6 +137,8 @@ jobs:
with:
cuda: '11.7.1'
method: network
use-github-cache: false
use-local-cache: false
- name: Install cuda-toolkit
id: cuda-toolkit-12
@ -141,6 +147,8 @@ jobs:
with:
cuda: '12.2.0'
method: network
use-github-cache: false
use-local-cache: false
- name: Build
id: cmake_build