Install OpenCL(AMD SDK kit) on linux without ROOT privilege
I am trying to install OpenCL(AMD) on linux, but I am stuck on the last step(install ICD) It seems like ICD HAS to be installed at /etc/OpenCL/vendor, but I don’t have root access to the computer. Is there any way to make OpenCL work without installing ICD? (or maybe through an environment variable to add search path for ICD files?) It just seems really inconvenient for people like us when ICD file path is hardcoded. Put the ICD-files in /some/path/icd and then export the path like so: export OPENCL_VENDOR_PATH=/some/path/icd It used to work in previous versions at least. I would be surprised