mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Applied the same patch as in 6.3.0. Masked secondary device, as multiple devices with different capabilities break tests per https://rocm.docs.amd.com/projects/radeon/en/latest/docs/prerequisites.html#disable-igpu No change in built object -> no revbump. Closes: https://bugs.gentoo.org/947600 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40026 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
400 B
Diff
13 lines
400 B
Diff
gtest 1.14 included iomanip, gtest 1.15 does not anymore.
|
|
Upstream bug: https://github.com/ROCm/rccl/issues/1455
|
|
--- a/test/common/TestBed.cpp
|
|
+++ b/test/common/TestBed.cpp
|
|
@@ -4,6 +4,7 @@
|
|
* See LICENSE.txt for license information
|
|
************************************************************************/
|
|
#include <unistd.h>
|
|
+#include <iomanip>
|
|
#include "TestBed.hpp"
|
|
#include <rccl/rccl.h>
|
|
|