emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49907: closed ([PATCH 00/11] AMD ROCm OpenCL runtime)


From: GNU bug Tracking System
Subject: bug#49907: closed ([PATCH 00/11] AMD ROCm OpenCL runtime)
Date: Sun, 08 Aug 2021 15:00:02 +0000

Your message dated Sun, 8 Aug 2021 16:59:05 +0200
with message-id <YQ/xOfH0zI0qVX6L@noor.fritz.box>
and subject line Re: [PATCH 00/11] AMD ROCm OpenCL runtime
has caused the debbugs.gnu.org bug report #49907,
regarding [PATCH 00/11] AMD ROCm OpenCL runtime
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49907: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49907
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 00/11] AMD ROCm OpenCL runtime Date: Fri, 6 Aug 2021 09:06:59 +0200
Hi,

this patchset adds AMD’s ROCm OpenCL runtime for their GPU’s. It works
fine with Linux’ standard kernel module (no need to package ROCk), but
only if firmware has been loaded. The userspace software itself is
completely free though.

The final patch adjusts one consumer of ROCm OpenCL, darktable, so both
actually work together. Try it yourself with (obviously needs an AMD
GPU):

        guix environment --ad-hoc darktable ocl-icd rocm-opencl-runtime -- 
darktable-cltest

Lars-Dominik Braun (11):
  gnu: Add rocm-cmake.
  gnu: Add llvm-for-rocm.
  gnu: Add rocm-device-libs.
  gnu: Add rocm-comgr.
  gnu: Add roct-thunk-interface.
  gnu: Add rocr-runtime.
  gnu: Add rocclr.
  gnu: Add rocm-opencl-runtime.
  gnu: Add rocminfo.
  gnu: Add rocm-bandwidth-test.
  gnu: darktable: Add compatibility for ROCm.

 gnu/local.mk                                  |   8 +
 .../llvm-roc-3.0.0-add_libraries.patch        |  22 ++
 ...roc-4.0.0-remove-isystem-usr-include.patch |  29 ++
 .../patches/llvm-roc-4.2.0-add_Object.patch   |  13 +
 .../rocm-comgr-3.1.0-dependencies.patch       |  52 +++
 ....10.0-add-rocclr-include-directories.patch |  14 +
 .../rocm-opencl-runtime-4.3-noclinfo.patch    |  28 ++
 .../rocm-opencl-runtime-4.3-nocltrace.patch   |  25 ++
 .../rocm-opencl-runtime-4.3-noopencl.patch    |  63 ++++
 gnu/packages/photo.scm                        |  24 +-
 gnu/packages/rocm.scm                         | 355 ++++++++++++++++++
 11 files changed, 628 insertions(+), 5 deletions(-)
 create mode 100644 gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch
 create mode 100644 
gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch
 create mode 100644 gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch
 create mode 100644 gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch
 create mode 100644 
gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch
 create mode 100644 gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch
 create mode 100644 gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch
 create mode 100644 gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch
 create mode 100644 gnu/packages/rocm.scm

-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 00/11] AMD ROCm OpenCL runtime Date: Sun, 8 Aug 2021 16:59:05 +0200
Hi,

pushed after review from Rekado and with minor changes as
e81cf4e79a6e297db0ae2a9c39eab495e7e204f0 and before.

Cheers,
Lars



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]