[all-commits] [llvm/llvm-project] 256a83: [mlir] Fix CMake option for enabling SPIR-V CPU ru...

Lei Zhang via All-commits all-commits at lists.llvm.org
Thu Jul 29 13:35:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 256a83b0838d41a1ac6c3d89060d5bf84255dab9
      https://github.com/llvm/llvm-project/commit/256a83b0838d41a1ac6c3d89060d5bf84255dab9
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M mlir/tools/mlir-spirv-cpu-runner/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Fix CMake option for enabling SPIR-V CPU runner

Reviewed By: hanchung

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


  Commit: 995c3984efe3e55c97202335f21d4a14376be995
      https://github.com/llvm/llvm-project/commit/995c3984efe3e55c97202335f21d4a14376be995
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    A mlir/include/mlir/Conversion/MathToSPIRV/MathToSPIRV.h
    A mlir/include/mlir/Conversion/MathToSPIRV/MathToSPIRVPass.h
    M mlir/include/mlir/Conversion/Passes.h
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/MathToSPIRV/CMakeLists.txt
    A mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
    A mlir/lib/Conversion/MathToSPIRV/MathToSPIRVPass.cpp
    M mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp
    A mlir/test/Conversion/MathToSPIRV/math-to-spirv.mlir
    M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] NFC: split Math to SPIR-V conversion into their own files

Reviewed By: hanchung

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


  Commit: 26be7fe27c66a4db21ca2290ade10b171513177f
      https://github.com/llvm/llvm-project/commit/26be7fe27c66a4db21ca2290ade10b171513177f
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    A mlir/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRV.h
    A mlir/include/mlir/Conversion/MemRefToSPIRV/MemRefToSPIRVPass.h
    M mlir/include/mlir/Conversion/Passes.h
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/CMakeLists.txt
    M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
    A mlir/lib/Conversion/MemRefToSPIRV/CMakeLists.txt
    A mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
    A mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRVPass.cpp
    M mlir/lib/Conversion/SCFToSPIRV/CMakeLists.txt
    M mlir/lib/Conversion/SCFToSPIRV/SCFToSPIRVPass.cpp
    M mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp
    A mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
    A mlir/test/Conversion/MemRefToSPIRV/memref-to-spirv.mlir
    R mlir/test/Conversion/StandardToSPIRV/alloc.mlir
    M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] NFC: split MemRef to SPIR-V conversion into their own files

Reviewed By: hanchung

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


Compare: https://github.com/llvm/llvm-project/compare/62bd33158d92...26be7fe27c66


More information about the All-commits mailing list