@@ -150,25 +150,25 @@ jobs:
150150 # or
151151 # ghcr.io/intel/llvm/ubuntu2404_build:latest
152152 # not sure on OpenCL and NativeCPU - to be checked.
153- - name : Install Intel Level Zero GPU
154- # if: ${{ inputs.adapter_name == 'L0' || inputs.adapter_name == 'L0_V2' }}
155- run : |
156- wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
157- sudo gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
158- echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy unified" | \
159- sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
160- sudo apt-get update
161- sudo apt-get install -y libze-intel-gpu1 libze1 libze-dev intel-opencl-icd
162- # libstdc++-12-dev
163-
164- - name : Install OpenCL
165- if : ${{ inputs.adapter_name == 'OPENCL' }}
166- run : |
167- wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
168- | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
169- 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
170- sudo apt-get update
171- sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
153+ # - name: Install Intel Level Zero GPU
154+ # # if: ${{ inputs.adapter_name == 'L0' || inputs.adapter_name == 'L0_V2' }}
155+ # run: |
156+ # wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
157+ # sudo gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
158+ # echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy unified" | \
159+ # sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
160+ # sudo apt-get update
161+ # sudo apt-get install -y libze-intel-gpu1 libze1 libze-dev intel-opencl-icd
162+ # # libstdc++-12-dev
163+
164+ # - name: Install OpenCL
165+ # if: ${{ inputs.adapter_name == 'OPENCL' }}
166+ # run: |
167+ # wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
168+ # | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
169+ # 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
170+ # sudo apt-get update
171+ # sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
172172
173173 - name : Configure Unified Runtime project
174174 # ">" is used to avoid adding "\" at the end of each line; this command is quite long
0 commit comments