Skip to content

Add opencl support #2176

Closed
wants to merge 2 commits into from
Closed

Add opencl support #2176

wants to merge 2 commits into from

Commits on Aug 16, 2021

  1. OpenCL/nvidia-mxlinks: Prepare clean install

    Installing libOpenCL.so.1 will clash with links inhere.
     - remove libOpenCL.so.1
     - remove duplicate libnvidia-opencl.so.1 (?)
     - remove remaining unreferenced links
    
    Note: libnvidia-wfb.so.1 and libOpenCL.so.1 _are_ part
    of the nvidia-390.87 driver, but no workstation uses this
    driver anymore, so drop this cruft.
    
    The tool for checking is named check-nvidia-mxlinks.sh, and can be found
    in /project/admin/tools
    thomas committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f8c6a09 View commit details
    Browse the repository at this point in the history
  2. OpenCL: Add headers and loader for drivers

    Minimum required to build and run OpenCL Apps
    thomas committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2362c95 View commit details
    Browse the repository at this point in the history