[Mlir-commits] [mlir] [mlir][gpu-to-spirv] Add support for `gpu.func` workgroup attributions (PR #189744)
Igor Wodiany
llvmlistbot at llvm.org
Thu Apr 9 13:20:06 PDT 2026
================
@@ -335,12 +388,19 @@ LogicalResult GPUFuncOpConversion::matchAndRewrite(
if (!gpu::GPUDialect::isKernel(funcOp))
return failure();
+ if (funcOp.getNumPrivateAttributions() > 0)
----------------
IgWod wrote:
Can you add a negative test for it?
https://github.com/llvm/llvm-project/pull/189744
More information about the Mlir-commits
mailing list