https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/153693
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/155222
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/155222
>From 7ffe0f95db53bedcb1b92f9becf7e1f477cf430f Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH 1/2] [AMDGPU] Refactor insertWaveSizeFeature
If a wavef
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/155222
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/154850
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
* **#155482** https://app.graphite.dev/github/pr/llvm/llvm-project/155482?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/155
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/155482
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/155478
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/154850
>From 7ffe0f95db53bedcb1b92f9becf7e1f477cf430f Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH] [AMDGPU] Refactor insertWaveSizeFeature
If a wavefront
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/155482
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec created
https://github.com/llvm/llvm-project/pull/155482
None
>From 60cf9221ad4cc5f7636b238fb1f8ef055a840253 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 26 Aug 2025 12:46:10 -0700
Subject: [PATCH] Remove trailing whitespace in DiagnosticSemaKinds
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/154850
>From ca5b895f1ed696ad9753a26f05b932f15d035363 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH] [AMDGPU] Refactor insertWaveSizeFeature
If a wavefront
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/154850
>From ca5b895f1ed696ad9753a26f05b932f15d035363 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH] [AMDGPU] Refactor insertWaveSizeFeature
If a wavefront
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/154850
>From ca5b895f1ed696ad9753a26f05b932f15d035363 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH] [AMDGPU] Refactor insertWaveSizeFeature
If a wavefront
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/154850
>From ecc47cd80d354da78633f730d02b09dde65490d1 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 21 Aug 2025 14:56:23 -0700
Subject: [PATCH] [AMDGPU] Refactor insertWaveSizeFeature
If a wavefront
@@ -734,68 +738,37 @@ void AMDGPU::fillAMDGPUFeatureMap(StringRef GPU, const
Triple &T,
}
}
-static bool isWave32Capable(StringRef GPU, const Triple &T) {
- bool IsWave32Capable = false;
- // XXX - What does the member GPU mean if device name string passed here?
- if (T.
@@ -774,6 +774,18 @@ static bool isWave32Capable(StringRef GPU, const Triple
&T) {
return IsWave32Capable;
}
+static bool isWave64Capable(StringRef GPU, const Triple &T) {
+ if (T.isAMDGCN()) {
rampitec wrote:
Ok, but as usual adding features to older tar
@@ -774,6 +774,18 @@ static bool isWave32Capable(StringRef GPU, const Triple
&T) {
return IsWave32Capable;
}
+static bool isWave64Capable(StringRef GPU, const Triple &T) {
+ if (T.isAMDGCN()) {
rampitec wrote:
So to clarify, do you suggest adding a `wavef
@@ -774,6 +774,18 @@ static bool isWave32Capable(StringRef GPU, const Triple
&T) {
return IsWave32Capable;
}
+static bool isWave64Capable(StringRef GPU, const Triple &T) {
+ if (T.isAMDGCN()) {
rampitec wrote:
Do you want to add a new feature to every tar
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/153680
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
* **#153680** https://app.graphite.dev/github/pr/llvm/llvm-project/153680?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/153
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/153680
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/152194
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/152194
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_f4
in
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/152194
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_f4
in
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/152194
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_f4
in
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/152194
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_f4
in
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/152194
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_f4
in
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/152194
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
* **#152194** https://app.graphite.dev/github/pr/llvm/llvm-project/152194?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/152
https://github.com/rampitec created
https://github.com/llvm/llvm-project/pull/152194
None
>From 27300f7d2c75bcae3cf94a2c31ac958705d6a9ee Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Tue, 5 Aug 2025 12:42:36 -0700
Subject: [PATCH] [AMDGPU] Add gfx1250 wmma_scale[16]_f32_32x16x128_
rampitec wrote:
* **#152036** https://app.graphite.dev/github/pr/llvm/llvm-project/152036?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/152
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/152036
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151811
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151811
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151810
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151810
>From e5c7f722cc5eed23eb90e8df6af6333dd021 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 02:11:34 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_sr_pk16_* gfx1250 instructions
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151810
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151807
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151807
>From 41253bc2a507f36d7f313801ddcda7822907e378 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:48:31 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_pk16_* gfx1250 instructions
---
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151807
>From 41253bc2a507f36d7f313801ddcda7822907e378 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:48:31 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_pk16_* gfx1250 instructions
---
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151807
>From 41253bc2a507f36d7f313801ddcda7822907e378 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:48:31 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_pk16_* gfx1250 instructions
---
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151807
>From 41253bc2a507f36d7f313801ddcda7822907e378 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:48:31 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scalef32_pk16_* gfx1250 instructions
---
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151807
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151804
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151804
>From 1b28ef136e32b63f862d62bf222633bea2ebfa05 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:08:19 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scale_pk16 gfx1250 instructions
---
cla
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151804
>From 99e3d295b3ce5c9046a781b01b5fc6b07991d1db Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:08:19 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scale_pk16 gfx1250 instructions
---
cla
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151804
>From 7c47bcb1f0ef99ccfa41d60e363ae6e635fd88b0 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:08:19 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scale_pk16 gfx1250 instructions
---
cla
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/151804
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
* **#151804** https://app.graphite.dev/github/pr/llvm/llvm-project/151804?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/151
https://github.com/rampitec created
https://github.com/llvm/llvm-project/pull/151804
None
>From 7c47bcb1f0ef99ccfa41d60e363ae6e635fd88b0 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Sat, 2 Aug 2025 01:08:19 -0700
Subject: [PATCH] [AMDGPU] v_cvt_scale_pk16 gfx1250 instructions
--
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151773
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151773
>From 17f230e2b5c82ce47a3954f5478813ef113e9928 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 14:09:42 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_perm_pk16_* instructions
---
clang/
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151773
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151765
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151758
>From fb0ab28cd513d327611134d55e7652b3be2789d3 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 12:38:04 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_cvt_scalef32_pk8_* instructions
---
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151758
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151749
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 856e3530e0c3f3fb5358ab1baa7c96a7efc0b4d5 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 856e3530e0c3f3fb5358ab1baa7c96a7efc0b4d5 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 856e3530e0c3f3fb5358ab1baa7c96a7efc0b4d5 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 2488855dfd455a33353a99112c805b671f5ea244 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 3bf2cbc27a1cc325a634a2afdfe098c39fdbd248 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From a94f0463e6f768c0321b66b7bcd9982242bb2c26 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151749
>From 004783894769d831e3dc1c14d9acf6cc3e80a508 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
clang/i
https://github.com/rampitec ready_for_review
https://github.com/llvm/llvm-project/pull/151749
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
* **#151749** https://app.graphite.dev/github/pr/llvm/llvm-project/151749?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/151
https://github.com/rampitec created
https://github.com/llvm/llvm-project/pull/151749
None
>From 7a7da5ca71d384846f5391e669208da6261d1072 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Fri, 1 Aug 2025 11:48:38 -0700
Subject: [PATCH] [AMDGPU] gfx1250 v_permlane_* instructions
---
c
rampitec wrote:
So, literally. It only works now when Sun is high above the Pacific, thanks it
is big and crosses many timezones. But this is not a sustainable CI.
https://github.com/llvm/llvm-project/pull/151616
___
cfe-commits mailing list
cfe-commi
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151616
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rampitec wrote:
Literally the only viable way to commit is to 'bypass rules' now.
https://github.com/llvm/llvm-project/pull/151616
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151616
>From ab3017a04a86f64329c37bf3ba22dc17a7630f3e Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 31 Jul 2025 17:14:33 -0700
Subject: [PATCH] [AMDGPU] Add v_cvt_scale_pk8_* gfx1250 instructions
--
rampitec wrote:
Something has changed on github yesterday. Testing takes time and during this
time someone would commit something. Not necessarily related. Then github says
its cannot merge it and the branch needs a merge. Then it starts testing again,
rinse and repeat. It does not seem to wor
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151616
>From ab3017a04a86f64329c37bf3ba22dc17a7630f3e Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 31 Jul 2025 17:14:33 -0700
Subject: [PATCH] [AMDGPU] Add v_cvt_scale_pk8_* gfx1250 instructions
--
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151616
>From ab3017a04a86f64329c37bf3ba22dc17a7630f3e Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 31 Jul 2025 17:14:33 -0700
Subject: [PATCH] [AMDGPU] Add v_cvt_scale_pk8_* gfx1250 instructions
--
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151595
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/151482
>From b7f3d6c78db290c5dcd9180203dd5a73b08fb95d Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 31 Jul 2025 02:36:51 -0700
Subject: [PATCH] [AMDGPU] v_cvt_sr_pk_f16_f32 gfx1250 instruction
---
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151482
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/151389
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/151385
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/150540
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/150493
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/150466
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec updated
https://github.com/llvm/llvm-project/pull/150466
>From bfba490ceeba43f4502fe5e4b0c5621fdd373811 Mon Sep 17 00:00:00 2001
From: Stanislav Mekhanoshin
Date: Thu, 24 Jul 2025 10:06:26 -0700
Subject: [PATCH] [AMDGPU] gfx1250 vmem prefetch target intrinsics and bu
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/150466
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/149360
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
LGTM.
https://github.com/llvm/llvm-project/pull/149229
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -25,4 +25,27 @@ define amdgpu_ps void @llvm_log2_bf16_s(ptr addrspace(1)
%out, bfloat inreg %src
ret void
}
+define amdgpu_ps void @llvm_exp2_bf16_v(ptr addrspace(1) %out, bfloat %src) {
+; GCN-LABEL: llvm_exp2_bf16_v:
+; GCN: ; %bb.0:
+; GCN-NEXT:v_exp_bf16_e3
https://github.com/rampitec edited
https://github.com/llvm/llvm-project/pull/149229
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/149194
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/148916
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rampitec approved this pull request.
LGTM modulo the crash fix.
https://github.com/llvm/llvm-project/pull/147425
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -2,169 +2,69 @@
# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -mattr=+real-true16 -disassemble
-show-encoding < %s | FileCheck -check-prefixes=GFX1250,GFX1250-REAL16 %s
# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -mattr=-real-true16 -disassemble
-show-encoding < %s | FileChec
@@ -131,21 +197,3 @@
0x02,0xeb,0x02,0x7e
# GFX1250-REAL16: v_cvt_pk_f16_fp8 v1, v2.l ; encoding:
[0x02,0xeb,0x02,0x7e]
# GFX1250-FAKE16: v_cvt_pk_f16_fp8 v1, v2 ; encoding:
[0x02,0xeb,0x02,0x7e]
-
-0x03,0xda,0x02,0x7e
rampitec wr
https://github.com/rampitec closed
https://github.com/llvm/llvm-project/pull/145152
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
1 - 100 of 364 matches
Mail list logo