[all-commits] [llvm/llvm-project] 3e746c: [mlir] Add support for ExpM1 to GLSL/OpenCL SPIRV ...

Rob Suderman via All-commits all-commits at lists.llvm.org
Mon Jan 24 15:42:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e746c6d9ef0758c1e06901a99a75b638d6a5655
      https://github.com/llvm/llvm-project/commit/3e746c6d9ef0758c1e06901a99a75b638d6a5655
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
    M mlir/test/Conversion/MathToSPIRV/math-to-glsl-spirv.mlir
    M mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir

  Log Message:
  -----------
  [mlir] Add support for ExpM1 to GLSL/OpenCL SPIRV Backends

Adding a similar decomposition for exponential minus one to the SPIRV
backends along with the necessary tests.

Reviewed By: antiagainst

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




More information about the All-commits mailing list