8000 [CI] add missing matrix cases for `pytorch-linux-focal-py{3.12,3.13}-… · pytorch/pytorch@c3c86ca · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit c3c86ca

Browse files
committed
[CI] add missing matrix cases for pytorch-linux-focal-py{3.12,3.13}-clang10
ghstack-source-id: bbd711c Pull Request resolved: #147882
1 parent f59064f commit c3c86ca

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.ci/docker/build.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,28 @@ case "$image" in
262262
CONDA_CMAKE=yes
263263
TRITON=yes
264264
;;
265+
pytorch-linux-focal-py3.12-clang10)
266+
ANACONDA_PYTHON_VERSION=3.12
267+
CLANG_VERSION=10
268+
PROTOBUF=yes
269+
DB=yes
270+
VISION=yes
271+
VULKAN_SDK_VERSION=1.2.162.1
272+
SWIFTSHADER=yes
273+
CONDA_CMAKE=yes
274+
TRITON=yes
275+
;;
276+
pytorch-linux-focal-py3.13-clang10)
277+
ANACONDA_PYTHON_VERSION=3.13
278+
CLANG_VERSION=10
279+
PROTOBUF=yes
280+
DB=yes
281+
VISION=yes
282+
VULKAN_SDK_VERSION=1.2.162.1
283+
SWIFTSHADER=yes
284+
CONDA_CMAKE=yes
285+
TRITON=yes
286+
;;
265287
pytorch-linux-focal-py3.9-gcc9)
266288
ANACONDA_PYTHON_VERSION=3.9
267289
GCC_VERSION=9

0 commit comments

Comments
 (0)
0