[all-commits] [llvm/llvm-project] ad3b29: [MLIR][SPIRV] Add definition for `SPV_INTEL_split_...

Victor Perez via All-commits all-commits at lists.llvm.org
Mon Nov 18 03:09:17 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad3b291879b781b974b02091b9115f444fcbf59d
      https://github.com/llvm/llvm-project/commit/ad3b291879b781b974b02091b9115f444fcbf59d
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVIntelExtOps.td
    M mlir/test/Dialect/SPIRV/IR/intel-ext-ops.mlir
    M mlir/test/Target/SPIRV/intel-ext-ops.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Add definition for `SPV_INTEL_split_barrier` ops (#115738)

The [`SPV_INTEL_split_barrier`  extension](https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/INTEL/SPV_INTEL_split_barrier.html)
defines operations to split control barrier semantics in two operations.
Add support for these operations (arrive and wait) to the dialect.

Signed-off-by: Victor Perez <victor.perez at codeplay.com>



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