unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48423] [PATCH 0/1] gnu: Add onednn.
@ 2021-05-14 18:31 Vinicius Monego
  2021-05-14 18:34 ` [bug#48423] [PATCH 1/1] " Vinicius Monego
  2023-05-14 14:57 ` bug#48423: [PATCH 0/1] " Vinicius Monego
  0 siblings, 2 replies; 3+ messages in thread
From: Vinicius Monego @ 2021-05-14 18:31 UTC (permalink / raw)
  To: 48423; +Cc: Vinicius Monego

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-14 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 18:31 [bug#48423] [PATCH 0/1] gnu: Add onednn Vinicius Monego
2021-05-14 18:34 ` [bug#48423] [PATCH 1/1] " Vinicius Monego
2023-05-14 14:57 ` bug#48423: [PATCH 0/1] " Vinicius Monego

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).