[Mlir-commits] [mlir] [MLIR][XeGPU] XeGPU Layout adds support for fractional-subgroup-size vector (PR #183434)

Artem Kroviakov llvmlistbot at llvm.org
Thu Feb 26 04:29:59 PST 2026


================
@@ -58,7 +57,7 @@ func.func @dpas_f16(%arg0: memref<8x16xf16>, %arg1: memref<16x16xf16>, %arg2: me
 
 // -----
 gpu.module @test_kernel {
-  gpu.func @elementwise_with_inst_data_only(%A: memref<1024x1024xf16>, %B: memref<1024x1024xf16>, %C: memref<1024x1024xf16>) {
+  func.func @elementwise_with_inst_data_only(%A: memref<1024x1024xf16>, %B: memref<1024x1024xf16>, %C: memref<1024x1024xf16>) {
----------------
akroviakov wrote:

Any reason why this is required? The user code can also be inside gpu.func (we don't have strict requirements), so it makes sense to have both in our tests.

https://github.com/llvm/llvm-project/pull/183434


More information about the Mlir-commits mailing list