Skip to content

Commit

Permalink
f:m
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Jun 28, 2024
1 parent 43a5ea7 commit de558b3
Showing 1 changed file with 0 additions and 176 deletions.
176 changes: 0 additions & 176 deletions .github/workflows/template-quality-gate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,110 +27,6 @@ jobs:
fail-fast: false
matrix:
include:
# - os: "linux"
# name: "amd64-avx2"
# runs-on: "ubuntu-20-04"
# cmake-flags: "-DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: true
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-noavx"
# runs-on: "ubuntu-20-04"
# cmake-flags: "-DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx"
# runs-on: "ubuntu-20-04"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx512"
# runs-on: "ubuntu-20-04"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-vulkan"
# runs-on: "ubuntu-20-04-cuda-11-7"
# cmake-flags: "-DLLAMA_VULKAN=ON -DLLAMA_NATIVE=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: true
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx2-cuda-11-7"
# runs-on: "ubuntu-20-04-cuda-11-7"
# cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx-cuda-11-7"
# runs-on: "ubuntu-20-04-cuda-11-7"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx512-cuda-11-7"
# runs-on: "ubuntu-20-04-cuda-11-7"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx2-cuda-12-0"
# runs-on: "ubuntu-20-04-cuda-12-0"
# cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx-cuda-12-0"
# runs-on: "ubuntu-20-04-cuda-12-0"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "linux"
# name: "amd64-avx512-cuda-12-0"
# runs-on: "ubuntu-20-04-cuda-12-0"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUDA=ON -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: "/tmp/sccache.conf"
# - os: "mac"
# name: "amd64"
# runs-on: "macos-13"
# cmake-flags: "-DLLAMA_METAL=OFF"
# run-e2e: true
# vulkan: false
# sccache: false
# sccache-conf-path: ""
# - os: "mac"
# name: "arm64"
# runs-on: "macos-silicon"
# cmake-flags: "-DLLAMA_METAL_EMBED_LIBRARY=ON"
# run-e2e: true
# vulkan: false
# sccache: false
# sccache-conf-path: ""
- os: "windows"
name: "amd64-avx2"
runs-on: "windows-2019"
Expand All @@ -139,78 +35,6 @@ jobs:
vulkan: false
sccache: false
sccache-conf-path: ""
# - os: "windows"
# name: "amd64-avx"
# runs-on: "windows-2019"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
# run-e2e: true
# vulkan: false
# sccache: false
# sccache-conf-path: ""
# - os: "windows"
# name: "amd64-avx512"
# runs-on: "windows-2019"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
# run-e2e: false
# vulkan: false
# sccache: false
# sccache-conf-path: ""
# - os: "windows"
# name: "amd64-vulkan"
# runs-on: "windows-2019"
# cmake-flags: "-DLLAMA_VULKAN=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
# run-e2e: false
# vulkan: true
# sccache: false
# sccache-conf-path: ""
# - os: "windows"
# name: "amd64-avx2-cuda-12-0"
# runs-on: "windows-cuda-12-0"
# cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'
# - os: "windows"
# name: "amd64-avx-cuda-12-0"
# runs-on: "windows-cuda-12-0"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'
# - os: "windows"
# name: "amd64-avx512-cuda-12-0"
# runs-on: "windows-cuda-12-0"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'
# - os: "windows"
# name: "amd64-avx2-cuda-11-7"
# runs-on: "windows-cuda-11-7"
# cmake-flags: "-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'
# - os: "windows"
# name: "amd64-avx-cuda-11-7"
# runs-on: "windows-cuda-11-7"
# cmake-flags: "-DLLAMA_AVX2=OFF -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'
# - os: "windows"
# name: "amd64-avx512-cuda-11-7"
# runs-on: "windows-cuda-11-7"
# cmake-flags: "-DLLAMA_AVX512=ON -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CUDA_COMPILER_LAUNCHER=sccache -GNinja"
# run-e2e: false
# vulkan: false
# sccache: true
# sccache-conf-path: 'C:\sccache.conf'

steps:
- name: Clone
Expand Down

0 comments on commit de558b3

Please sign in to comment.