[all-commits] [llvm/llvm-project] f148f3: [mlir][spirv] Use spv.store instead of init in var

Stanley Winata via All-commits all-commits at lists.llvm.org
Mon Aug 22 20:41:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f148f3b2e915eece0a6c0bad13d31ab25e635d8d
      https://github.com/llvm/llvm-project/commit/f148f3b2e915eece0a6c0bad13d31ab25e635d8d
  Author: Stanley Winata <stanley at nod-labs.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
    M mlir/lib/Conversion/TensorToSPIRV/TensorToSPIRV.cpp
    M mlir/test/Conversion/TensorToSPIRV/tensor-ops-to-spirv.mlir

  Log Message:
  -----------
  [mlir][spirv] Use spv.store instead of init in var

- Add spv.store instead of init for spv.variable to fix data issues in
  some GPU drivers

Reviewed By: antiagainst
Patch By: raikonenfnu

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




More information about the All-commits mailing list