# Intel/AMD GPU acceleration via PyOpenCL # Install with: pip install -r requirements-gpu-opencl.txt # # Works with: # - Intel UHD/Iris Graphics (integrated) # - AMD Radeon (discrete) # - NVIDIA GPUs (alternative to CUDA) # # Requires OpenCL runtime: # - Intel: Intel GPU Computing Runtime # - AMD: AMD Adrenalin driver (includes OpenCL) # - NVIDIA: NVIDIA driver (includes OpenCL) pyopencl>=2023.1