From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FE8415802E for ; Sun, 30 Jun 2024 00:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C958E2B78; Sun, 30 Jun 2024 00:00:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13EF2E2B78 for ; Sun, 30 Jun 2024 00:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DADE1342FA6 for ; Sun, 30 Jun 2024 00:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0761DA0 for ; Sun, 30 Jun 2024 00:00:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719705417.9af782792589fcc1e889eb3370fb03d00cc16de7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocm-device-libs/files/rocm-device-libs-5.5.1-remove-gfx700-tests.patch X-VCS-Directories: dev-libs/rocm-device-libs/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 9af782792589fcc1e889eb3370fb03d00cc16de7 X-VCS-Branch: master Date: Sun, 30 Jun 2024 00:00:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe2e30e5-13da-4d09-8f62-4d6319e6606a X-Archives-Hash: 8f8e01ac327241e6d1441daae67babf8 commit: 9af782792589fcc1e889eb3370fb03d00cc16de7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 29 09:17:08 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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 -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 -