* [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/files/
@ 2023-09-13 18:43 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-09-13 18:43 UTC (permalink / raw
To: gentoo-commits
commit: cd781090193cdb7aed2dc9ffc26ecbc954d953d8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 5 09:18:35 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:42:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd781090
dev-libs/rocm-device-libs: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32620
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../rocm-device-libs-5.5.0-test-bitcode-dir.patch | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.0-test-bitcode-dir.patch b/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.0-test-bitcode-dir.patch
deleted file mode 100644
index 79b61d1517e0..000000000000
--- a/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.0-test-bitcode-dir.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- rocm-device-libs.orig/test/compile/CMakeLists.txt 2023-05-02 15:23:15.413157017 -0000
-+++ rocm-device-libs/test/compile/CMakeLists.txt 2023-05-02 15:32:10.411515448 -0000
-@@ -30,6 +30,7 @@
- -DFILECHECK_BIN=${FILECHECK_BIN}
- -DOUTPUT_FILE=output.${name}.${test_cpu}.s
- -DINPUT_FILE=${CMAKE_CURRENT_SOURCE_DIR}/${func_name}.cl
-+ -DAMDGCN_BITCODES=${PROJECT_BINARY_DIR}/lib/amdgcn/bitcode
- -DTEST_CPU=${test_cpu}
- -DEXTRA_CHECK_PREFIX=${extra_check_prefixes}
- -P ${script})
---- rocm-device-libs.orig/test/compile/RunConstantFoldTest.cmake 2023-02-01 15:17:33.000000000 -0000
-+++ rocm-device-libs/test/compile/RunConstantFoldTest.cmake 2023-05-02 15:33:44.634752384 -0000
-@@ -16,6 +16,7 @@
- -target amdgcn-amd-amdhsa -mcpu=${TEST_CPU}
- -Xclang -finclude-default-header
- --rocm-path=${BINARY_DIR}
-+ --rocm-device-lib-path=${AMDGCN_BITCODES}
- -mllvm -amdgpu-simplify-libcall=0
- -o ${OUTPUT_FILE} ${INPUT_FILE}
- RESULT_VARIABLE CLANG_RESULT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/files/
@ 2024-06-30 0:00 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2024-06-30 0:00 UTC (permalink / raw
To: gentoo-commits
commit: 9af782792589fcc1e889eb3370fb03d00cc16de7
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 29 09:17:08 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 23:56:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af78279
dev-libs/rocm-device-libs: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...ocm-device-libs-5.5.1-remove-gfx700-tests.patch | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.1-remove-gfx700-tests.patch b/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.1-remove-gfx700-tests.patch
deleted file mode 100644
index 0fb5e44e218c..000000000000
--- a/dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.1-remove-gfx700-tests.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://github.com/ROCm/ROCm-Device-Libs/issues/86
-https://github.com/ROCm/ROCm-Device-Libs/pull/89
-From 936a78464491c95c7cfffde08491bfe1a48c7177 Mon Sep 17 00:00:00 2001
-From: Brian Sumner <brian.sumner@amd.com>
-Date: Tue, 9 May 2023 07:55:03 -0700
-Subject: [PATCH] Remove gfx700 from tests
-
-Change-Id: I23d6639cb7c04246cc5be86d6e172e32546b3b90
----
- test/compile/CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/test/compile/CMakeLists.txt b/test/compile/CMakeLists.txt
-index 9af0b1a..a789222 100644
---- a/test/compile/CMakeLists.txt
-+++ b/test/compile/CMakeLists.txt
-@@ -54,12 +54,12 @@ foreach(gpu gfx900 gfx1030)
- add_constant_fold_test(lgamma_r ${gpu})
- endforeach()
-
--foreach(gpu gfx700 gfx803)
-+foreach(gpu gfx803)
- add_isa_test(asin ${gpu})
- add_isa_test(atan2 ${gpu})
- add_isa_test(atan2pi ${gpu})
- endforeach()
-
--foreach(gpu gfx600 gfx700)
-+foreach(gpu gfx600)
- add_isa_test(frexp ${gpu})
- endforeach()
---
-2.41.0
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-30 0:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 0:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2023-09-13 18:43 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox