[Mlir-commits] [mlir] [MLIR][GPU] Support bf16 and i1 gpu::shuffles to LLVMSPIRV conversion (PR #119675)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jan 6 09:27:50 PST 2025
================
@@ -286,30 +291,94 @@ struct GPUShuffleConversion final : ConvertOpToLLVMPattern<gpu::ShuffleOp> {
val == getSubgroupSize(op);
}
+ static bool needsBitCastOrExt(gpu::ShuffleOp op) {
----------------
FMarno wrote:
unused
https://github.com/llvm/llvm-project/pull/119675
More information about the Mlir-commits
mailing list