[Mlir-commits] [mlir] [mlir][AMDGPU] Implement gpu.subgroup_reduce with DPP intrinsics on AMD GPUs (PR #133204)
    Jakub Kuderski 
    llvmlistbot at llvm.org
       
    Wed Apr 23 08:01:36 PDT 2025
    
    
  
================
@@ -6,14 +6,20 @@
 // RUN:   --test-gpu-subgroup-reduce-lowering="expand-to-shuffles" %s \
 // RUN:   | FileCheck %s --check-prefix=CHECK-SHFL
 
+// RUN: mlir-opt --allow-unregistered-dialect \
+// RUN:   --test-gpu-subgroup-reduce-lowering="expand-to-shuffles target=gfx942" %s \
----------------
kuhar wrote:
The code supports other targets -- do we have tests for them?
https://github.com/llvm/llvm-project/pull/133204
    
    
More information about the Mlir-commits
mailing list