[all-commits] [llvm/llvm-project] 8939b5: [mlir][spirv] Add printf op from SPIRV OpenCL exte...

Dimple Prajapati via All-commits all-commits at lists.llvm.org
Wed May 31 13:44:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8939b5f5d2f30186a72f4ad44480ee9978663998
      https://github.com/llvm/llvm-project/commit/8939b5f5d2f30186a72f4ad44480ee9978663998
  Author: Dimple Prajapati <dimpalben.r.prajapati at intel.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCLOps.td
    M mlir/test/Dialect/SPIRV/IR/ocl-ops.mlir

  Log Message:
  -----------
  [mlir][spirv] Add printf op from SPIRV OpenCL extension set spec

This change adds op to support printf instruction from OpenCL extensions set.
This op helps writing out debug details from SPIRV kernel in a given format.

Patch By: drprajap
Reviewed By: antiagainst, kuhar

Differential Revision: https://reviews.llvm.org/D151731




More information about the All-commits mailing list