Commit 8a5406f 1 parent df7e0b9 commit 8a5406f Copy full SHA for 8a5406f
File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,22 @@ jobs:
116
116
- uses : ./.github/actions/build_conda
117
117
with :
118
118
label : main
119
+ linux-x86_64-GPU-packages-CUDA-11-4-4 :
120
+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
121
+ runs-on : 4-core-ubuntu-gpu-t4
122
+ env :
123
+ CUDA_ARCHS : " 60-real;61-real;62-real;70-real;72-real;75-real;80;86-real"
124
+ steps :
125
+ - name : Checkout
126
+ uses : actions/checkout@v4.1.1
127
+ with :
128
+ fetch-depth : 0
129
+ fetch-tags : true
130
+ - uses : ./.github/actions/build_conda
131
+ with :
132
+ label : main
133
+ cuda : " 11.4.4"
134
+ compiler_version : " 11.2"
119
135
linux-x86_64-GPU-RAFT-packages-CUDA11-8-0 :
120
136
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
121
137
runs-on : 4-core-ubuntu-gpu-t4
You can’t perform that action at this time.
0 commit comments