From: Georgi Gerganov Date: Tue, 3 Dec 2024 18:31:24 +0000 (+0200) Subject: ci : remove opencl workflow X-Git-Tag: upstream/0.0.1642~100 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5094b69577cb40b95d226d530c90ffd91db02039;p=pkg%2Fggml%2Fsources%2Fggml ci : remove opencl workflow --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2276ec7d..288d481f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,38 +7,6 @@ on: branches: [ master ] jobs: - test-ubuntu-opencl: - if: false - runs-on: ubuntu-latest - env: - GGML_NLOOP: 3 - GGML_NITER: 1 - GGML_N_THREADS: 2 - - steps: - - uses: actions/checkout@v3 - - - name: Dependencies - run: | - wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null - echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list - sudo apt-get update - sudo apt-get install -y --no-install-recommends llvm intel-oneapi-runtime-opencl intel-oneapi-runtime-compilers libclblast-dev - - name: Create Build Environment - run: mkdir build - - - name: Configure CMake - working-directory: ./build - run: cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DGGML_CLBLAST=ON .. - - - name: Build - working-directory: ./build - run: make - - - name: Test - working-directory: ./build - run: ctest --verbose --timeout 900 - test-macos-metal: runs-on: macos-13 env: