@mytec: iter3.2.5 gpu polish start
This commit is contained in:
14
backend/requirements-gpu-opencl.txt
Normal file
14
backend/requirements-gpu-opencl.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user