[all-commits] [llvm/llvm-project] 8ca505: [mlir][spirv] GPUToSPIRVPass: support case when `T...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Fri Oct 14 03:34:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ca505871eeb91620d9869091a3a03a60368e444
      https://github.com/llvm/llvm-project/commit/8ca505871eeb91620d9869091a3a03a60368e444
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp
    M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
    M mlir/test/Conversion/GPUToSPIRV/module-opencl.mlir

  Log Message:
  -----------
  [mlir][spirv] GPUToSPIRVPass: support case when `TargetEnv` attribute attached to the `gpu.module`

Previously, only case when `TargetEnv` was attached to the top level `ModuleOp` was supported.

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




More information about the All-commits mailing list