commit:     61ef8d6617fbce58bafff4e9e6f1aed68cc53595
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Oct 17 09:34:40 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 14:31:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ef8d66

sci-libs/rocPRIM: drop unused patches

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44218
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../rocPRIM-5.7.1-expand-isa-compatibility.patch   | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git 
a/sci-libs/rocPRIM/files/rocPRIM-5.7.1-expand-isa-compatibility.patch 
b/sci-libs/rocPRIM/files/rocPRIM-5.7.1-expand-isa-compatibility.patch
deleted file mode 100644
index 84e3e7875ee8..000000000000
--- a/sci-libs/rocPRIM/files/rocPRIM-5.7.1-expand-isa-compatibility.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-This patch allows to HSA_OVERRIDE_GFX_VERSION environment variable (library 
just crashes otherwise) 
---- a/rocprim/include/rocprim/device/config_types.hpp
-+++ b/rocprim/include/rocprim/device/config_types.hpp
-@@ -197,15 +197,21 @@ constexpr bool prefix_equals(const char* lhs, const 
char* rhs, std::size_t n)
- constexpr target_arch get_target_arch_from_name(const char* const arch_name, 
const std::size_t n)
- {
-     constexpr const char* target_names[]
--        = {"gfx803", "gfx900", "gfx906", "gfx908", "gfx90a", "gfx1030", 
"gfx1102"};
-+        = {"gfx803",
-+        "gfx900", "gfx902", "gfx909", "gfx912",
-+        "gfx906",
-+        "gfx908",
-+        "gfx90a",
-+        "gfx1030", "gfx1031", "gfx1032", "gfx1033", "gfx1034", "gfx1035", 
"gfx1036",
-+        "gfx1100", "gfx1101", "gfx1102", "gfx1103", "gfx1150", "gfx1151"};
-     constexpr target_arch target_architectures[] = {
-         target_arch::gfx803,
--        target_arch::gfx900,
-+        target_arch::gfx900, target_arch::gfx900, target_arch::gfx900, 
target_arch::gfx900,
-         target_arch::gfx906,
-         target_arch::gfx908,
-         target_arch::gfx90a,
--        target_arch::gfx1030,
--        target_arch::gfx1102,
-+        target_arch::gfx1030, target_arch::gfx1030, target_arch::gfx1030, 
target_arch::gfx1030, target_arch::gfx1030, target_arch::gfx1030, 
target_arch::gfx1030,
-+        target_arch::gfx1102, target_arch::gfx1102, target_arch::gfx1102, 
target_arch::gfx1102, target_arch::gfx1102, target_arch::gfx1102,
-     };
-     static_assert(sizeof(target_names) / sizeof(target_names[0])
-                       == sizeof(target_architectures) / 
sizeof(target_architectures[0]),

Reply via email to