[Mlir-commits] [mlir] [AMDGPU] Implement gpu.subgroup_reduce with DPP intrinsics on AMD GPUs (PR #133204)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 15 22:34:04 PDT 2025
================
@@ -246,6 +267,8 @@ gpu.module @kernels {
// CHECK-SHFL-LABEL: gpu.func @kernel5_clustered(
// CHECK-SHFL-SAME: %[[ARG0:.+]]: i16)
+ // CHECK-DPP-LABEL: gpu.func @kernel5_clustered
----------------
Muzammiluddin-Syed-ECE wrote:
I added `// CHECK-NOT` lines as negative tests to the existing tests that do not lower to DPP ops
https://github.com/llvm/llvm-project/pull/133204
More information about the Mlir-commits
mailing list