You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/docker/build.sh
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,12 @@ case "$image" in
355
355
CONDA_CMAKE=yes
356
356
VISION=yes
357
357
;;
358
+
pytorch-linux-jammy-py3-clang18-asan)
359
+
ANACONDA_PYTHON_VERSION=3.10
360
+
CLANG_VERSION=18
361
+
CONDA_CMAKE=yes
362
+
VISION=yes
363
+
;;
358
364
pytorch-linux-jammy-py3.9-gcc11)
359
365
ANACONDA_PYTHON_VERSION=3.9
360
366
GCC_VERSION=11
@@ -381,6 +387,13 @@ case "$image" in
381
387
HALIDE=yes
382
388
TRITON=yes
383
389
;;
390
+
pytorch-linux-jammy-py3.12-triton-cpu)
391
+
CUDA_VERSION=12.4
392
+
ANACONDA_PYTHON_VERSION=3.12
393
+
GCC_VERSION=11
394
+
CONDA_CMAKE=yes
395
+
TRITON_CPU=yes
396
+
;;
384
397
pytorch-linux-focal-linter)
385
398
# TODO: Use 3.9 here because of this issue https://github.com/python/mypy/issues/13627.
386
399
# We will need to update mypy version eventually, but that's for another day. The task
# TODO: remove patch setup.py once we have a proper fix for https://github.com/triton-lang/triton/issues/4527
0 commit comments