diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2020-04-01 23:59:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-01 23:59:37 +0700 |
commit | ea816dcc9f1274f2138668123d1b18babb1a77be (patch) | |
tree | 63262eeaaec8d83cb04bf9c1125b7edca5ed86fa /libraries/opencl-amd/README | |
parent | a71904b100525d0dfe6ea53b673fbed08eb7bc24 (diff) |
libraries/opencl-amd: Added (OpenCL Userspace Driver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/opencl-amd/README')
-rw-r--r-- | libraries/opencl-amd/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/opencl-amd/README b/libraries/opencl-amd/README new file mode 100644 index 0000000000000..27b9d280af601 --- /dev/null +++ b/libraries/opencl-amd/README @@ -0,0 +1,6 @@ +OpenCL userspace driver as provided in the amdgpu-pro driver stack and intended to work along with the free amdgpu stack. +It's a repackage of AUR opencl-amd and don't provide the full amdgpu-pro stack. + +The Ubuntu 18.04 drivers can be downloaded using: +/usr/bin/wget --referer https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx +-N https://drivers.amd.com/drivers/linux/19.50/amdgpu-pro-19.50-967956-ubuntu-18.04.tar.xz |