all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars-Dominik Braun <lars@6xq.net>
To: 49907@debbugs.gnu.org
Subject: [bug#49907] [PATCH 00/11] AMD ROCm OpenCL runtime
Date: Fri, 6 Aug 2021 09:06:59 +0200	[thread overview]
Message-ID: <YQzfkzqmdBHHrs+u@noor.fritz.box> (raw)

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





             reply	other threads:[~2021-08-06  7:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06  7:06 Lars-Dominik Braun [this message]
     [not found] ` <handler.49907.B.162823363529883.ack@debbugs.gnu.org>
2021-08-06  7:11   ` [bug#49907] Acknowledgement ([PATCH 00/11] AMD ROCm OpenCL runtime) Lars-Dominik Braun
2021-08-08 14:59 ` bug#49907: [PATCH 00/11] AMD ROCm OpenCL runtime Lars-Dominik Braun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YQzfkzqmdBHHrs+u@noor.fritz.box \
    --to=lars@6xq.net \
    --cc=49907@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.