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
@@ -56,22 +56,22 @@ Use-case example: [FluidX3D](https://github.com/ProjectPhysX/FluidX3D) builds en
56
56
- Download and install [Nvidia GPU Drivers](https://www.nvidia.com/Download/index.aspx), which contain the OpenCL Runtime, with:
57
57
```bash
58
58
sudo apt update && sudo apt upgrade -y
59
-
sudo apt install -y g++ git make ocl-icd-libopencl1 ocl-icd-opencl-dev nvidia-driver-560
59
+
sudo apt install -y g++ git make ocl-icd-libopencl1 ocl-icd-opencl-dev nvidia-driver-570
60
60
sudo shutdown -r now
61
61
```
62
62
63
63
</details>
64
64
<details><summary>CPUs</summary>
65
65
66
-
- Option 1: Download and install the [oneAPI DPC++ Compiler](https://github.com/intel/llvm/releases?q=oneAPI+DPC%2B%2B+Compiler) and [oneTBB](https://github.com/oneapi-src/oneTBB/releases) with:
66
+
- Option 1: Download and install the [oneAPI DPC++ Compiler](https://github.com/intel/llvm/releases?q=%22oneAPI+DPC%2B%2B+Compiler+dependencies%22) and [oneTBB](https://github.com/uxlfoundation/oneTBB/releases) with:
67
67
```bash
68
-
export OCLV="oclcpuexp-2024.18.10.0.08_rel"
69
-
export TBBV="oneapi-tbb-2022.0.0"
68
+
export OCLV="oclcpuexp-2025.19.3.0.17_230222_rel"
69
+
export TBBV="oneapi-tbb-2022.1.0"
70
70
sudo apt update && sudo apt upgrade -y
71
71
sudo apt install -y g++ git make ocl-icd-libopencl1 ocl-icd-opencl-dev
0 commit comments