[all-commits] [llvm/llvm-project] dc79c6: [mlir][spirv] Add support for SPV_EXT_mesh_shader ...

Igor Wodiany via All-commits all-commits at lists.llvm.org
Thu Feb 13 18:12:56 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc79c66f2c6cc2773e38735660d8e0aaedf9702c
      https://github.com/llvm/llvm-project/commit/dc79c66f2c6cc2773e38735660d8e0aaedf9702c
  Author: Igor Wodiany <igor.wodiany at imgtec.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
    A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMeshOps.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
    M mlir/lib/Dialect/SPIRV/IR/CMakeLists.txt
    A mlir/lib/Dialect/SPIRV/IR/MeshOps.cpp
    M mlir/test/Dialect/SPIRV/IR/availability.mlir
    A mlir/test/Dialect/SPIRV/IR/mesh-ops.mlir
    A mlir/test/Target/SPIRV/mesh-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add support for SPV_EXT_mesh_shader extension (#126555)

This patch adds support for all enums and operations defined in the
SPV_EXT_mesh_shader extension. Where in conflict with SPV_NV_mesh_shader
definition, the EXT specification takes precedence, as duplicated enum
values are not allowed. Enum values has been added manually, as
define_enum.sh script, modifies files too aggressively - it adds all
missing values from various extensions.



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