@@ -111,6 +111,19 @@ jobs:
111111 - publish-cubecl-matmul
112112 secrets : inherit
113113
114+ publish-cubecl-attention :
115+ uses : tracel-ai/cubecl/.github/workflows/publish-template.yml@main
116+ with :
117+ crate : cubecl-attention
118+ needs :
119+ - publish-cubecl-runtime
120+ - publish-cubecl-std
121+ - publish-cubecl-core
122+ - publish-cubecl-common
123+ - publish-cubecl-random
124+ - publish-cubecl-matmul
125+ secrets : inherit
126+
114127 publish-cubecl-opt :
115128 uses : tracel-ai/cubecl/.github/workflows/publish-template.yml@main
116129 with :
@@ -146,6 +159,7 @@ jobs:
146159 - publish-cubecl-matmul
147160 - publish-cubecl-convolution
148161 - publish-cubecl-reduce
162+ - publish-cubecl-attention
149163 secrets : inherit
150164
151165 publish-cubecl-cpp :
@@ -156,6 +170,7 @@ jobs:
156170 - publish-cubecl-common
157171 - publish-cubecl-runtime
158172 - publish-cubecl-core
173+ - publish-cubecl-opt
159174 secrets : inherit
160175
161176 publish-cubecl-cuda :
@@ -171,6 +186,7 @@ jobs:
171186 - publish-cubecl-matmul
172187 - publish-cubecl-convolution
173188 - publish-cubecl-reduce
189+ - publish-cubecl-attention
174190 secrets : inherit
175191
176192 publish-cubecl-hip :
@@ -188,6 +204,28 @@ jobs:
188204 - publish-cubecl-reduce
189205 secrets : inherit
190206
207+ publish-cubecl-cpu :
208+ uses : tracel-ai/cubecl/.github/workflows/publish-template.yml@main
209+ with :
210+ crate : cubecl-cpu
211+ needs :
212+ - publish-cubecl-core
213+ - publish-cubecl-reduce
214+ - publish-cubecl-common
215+ - publish-cubecl-std
216+ secrets : inherit
217+
218+ publish-cubecl-quant :
219+ uses : tracel-ai/cubecl/.github/workflows/publish-template.yml@main
220+ with :
221+ crate : cubecl-quant
222+ needs :
223+ - publish-cubecl-core
224+ - publish-cubecl-common
225+ - publish-cubecl-runtime
226+ - publish-cubecl-std
227+ secrets : inherit
228+
191229 publish-cubecl :
192230 uses : tracel-ai/cubecl/.github/workflows/publish-template.yml@main
193231 with :
0 commit comments