Sv. Lockal 5eaadaa187
sci-ml/gloo: add support of AMD GPUs (USE=rocm) and fix cuda
There is a chicken-egg build dependency between gloo and pytorch.
To build with GLOO_USE_TORCH_DTYPES, few pytorch headers are required.
So instead of this:
1) USE=-gloo emerge caffe2
2) emerge gloo
3) USE=gloo emerge caffe2
gloo ebuild now includes some (2.9.0) version of caffe2 just for headers

Closes: https://bugs.gentoo.org/965091
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44550
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-11-10 08:37:20 +01:00
..