We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55571d3 commit 1795d31Copy full SHA for 1795d31
.ci/scripts/install_dpcpp.sh
@@ -21,5 +21,5 @@ rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
21
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
22
sudo add-apt-repository -y "deb https://apt.repos.intel.com/oneapi all main"
23
sudo apt-get update
24
-sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.2.1-7
+sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2025.3.0-639
25
sudo bash -c 'echo libintelocl.so > /etc/OpenCL/vendors/intel-cpu.icd'
0 commit comments