public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/2] rocm.eclass for ROCm packages written in HIP
@ 2022-08-08 14:15 Yiyang Wu
  2022-08-08 14:15 ` [gentoo-dev] [PATCH 1/2] rocm.eclass: new eclass Yiyang Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yiyang Wu @ 2022-08-08 14:15 UTC (permalink / raw
  To: gentoo-dev; +Cc: Benda Xu

This eclass provides utilities for ROCm libraries in
https://github.com/ROCmSoftwarePlatform, e.g. rocBLAS, rocFFT.
It contains a USE_EXPAND, amdgpu_targets_*, which handles the GPU
architecture to compile, and keep targets coherent among dependencies.
Packages that depend on ROCm libraries, like cupy, can also make use of
this eclass, mainly specify GPU architecture and it's corresponding
dependencies via USE_EXPAND.

This is the core delivery in GSoC 2022 project "Refining ROCm Packages
in Gentoo"

Yiyang Wu (2):
  rocm.eclass: new eclass
  profiles/desc: add amdgpu_targets.desc for USE_EXPAND

 eclass/rocm.eclass                | 278 ++++++++++++++++++++++++++++++
 profiles/base/make.defaults       |   2 +-
 profiles/desc/amdgpu_targets.desc |  15 ++
 3 files changed, 294 insertions(+), 1 deletion(-)
 create mode 100644 eclass/rocm.eclass
 create mode 100644 profiles/desc/amdgpu_targets.desc

-- 
2.34.1



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

end of thread, other threads:[~2022-08-08 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 14:15 [gentoo-dev] [PATCH 0/2] rocm.eclass for ROCm packages written in HIP Yiyang Wu
2022-08-08 14:15 ` [gentoo-dev] [PATCH 1/2] rocm.eclass: new eclass Yiyang Wu
2022-08-08 15:40   ` Ulrich Mueller
2022-08-08 14:15 ` [gentoo-dev] [PATCH 2/2] profiles/desc: add amdgpu_targets.desc for USE_EXPAND Yiyang Wu
2022-08-08 16:37   ` [gentoo-dev] " Benda Xu
2022-08-08 15:04 ` [gentoo-dev] Re: [PATCH 0/2] rocm.eclass for ROCm packages written in HIP wuyy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox