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

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

bug#48423: closed ([PATCH 0/1] gnu: Add onednn.)


From: GNU bug Tracking System
Subject: bug#48423: closed ([PATCH 0/1] gnu: Add onednn.)
Date: Sun, 14 May 2023 14:59:02 +0000

Your message dated Sun, 14 May 2023 14:57:51 +0000
with message-id <4394d6c0-da1e-06eb-b07f-adbaff803c09@posteo.net>
and subject line [PATCH 0/1] gnu: Add onednn.
has caused the debbugs.gnu.org bug report #48423,
regarding [PATCH 0/1] gnu: Add onednn.
to be marked as done.

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


-- 
48423: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48423
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] gnu: Add onednn. Date: Fri, 14 May 2021 18:31:26 +0000
oneDNN is a deep learning library used by the likes of PyTorch and MXNet.

In the Nix package definition it is mentioned that tests require SSE4.2. If 
that's a concern for the CI then tests should be disabled. Tests also take a 
long time to run.

oneDNN supports the POWER architecture. It could be added to the list of 
supported system if that makes sense now.

Vinicius Monego (1):
  gnu: Add onednn.

 gnu/local.mk                                  |   2 +
 gnu/packages/machine-learning.scm             |  44 +++++++
 .../patches/onednn-disable-gpu-tests.patch    |  26 ++++
 .../onednn-use-system-googletest.patch        | 117 ++++++++++++++++++
 4 files changed, 189 insertions(+)
 create mode 100644 gnu/packages/patches/onednn-disable-gpu-tests.patch
 create mode 100644 gnu/packages/patches/onednn-use-system-googletest.patch

-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: [PATCH 0/1] gnu: Add onednn. Date: Sun, 14 May 2023 14:57:51 +0000 oneDNN was pushed as another patch in b718e42c96d6cd48539d9b452a7ab2b8c88df469. Closing.



--- End Message ---

reply via email to

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