[all-commits] [llvm/llvm-project] 762ad0: [mlir][gpu] Validate `gpu-module-to-binary` format...

Akimasa Watanuki via All-commits all-commits at lists.llvm.org
Mon Feb 23 20:55:20 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 762ad000070fa30a318d187eb67058318dff026a
      https://github.com/llvm/llvm-project/commit/762ad000070fa30a318d187eb67058318dff026a
  Author: Akimasa Watanuki <mencotton0410 at gmail.com>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M mlir/lib/Dialect/GPU/Transforms/ModuleToBinary.cpp
    A mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir

  Log Message:
  -----------
  [mlir][gpu] Validate `gpu-module-to-binary` format (#182842)

`GpuModuleToBinaryPass::runOnOperation` now treats an unsupported
`format` value as a pass failure after emitting `"Invalid format
specified."`.

Add a regression test in
`mlir/test/Dialect/GPU/module-to-binary-invalid-format.mlir`.

Fix: https://github.com/llvm/llvm-project/issues/77052
Fix: https://github.com/llvm/llvm-project/issues/116344
Fix: https://github.com/llvm/llvm-project/issues/116346
Fix: https://github.com/llvm/llvm-project/issues/116352



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list