Skip to content
  1. Jun 15, 2020
  2. Jun 12, 2020
    • HazemAbdelhafez's avatar
      [mlir][spirv] Enhance structure type member decoration handling · d7e6f116
      HazemAbdelhafez authored
      Modify structure type in SPIR-V dialect to support:
      1) Multiple decorations per structure member
      2) Key-value based decorations (e.g., MatrixStride)
      
      This commit kept the Offset decoration separate from members'
      decorations container for easier implementation and logical clarity.
      As such, all references to Structure layoutinfo are now offsetinfo,
      and any member layout defining decoration (e.g., RowMajor for Matrix)
      will be add to the members' decorations container along with its
      value if any.
      
      Differential Revision: https://reviews.llvm.org/D81426
      d7e6f116
    • Mehdi Amini's avatar
      Revert "[mlir][spirv] Enhance structure type member decoration handling" · 6f0ce468
      Mehdi Amini authored
      This reverts commit 5d74df5b.
      
      This broke the MSVC build:  <bits/stdint-uintn.h> isn't available on Windows
      6f0ce468
    • HazemAbdelhafez's avatar
      [mlir][spirv] Enhance structure type member decoration handling · 5d74df5b
      HazemAbdelhafez authored
      Modify structure type in SPIR-V dialect to support:
      1) Multiple decorations per structure member
      2) Key-value based decorations (e.g., MatrixStride)
      
      This commit kept the Offset decoration separate from members'
      decorations container for easier implementation and logical clarity.
      As such, all references to Structure layoutinfo are now offsetinfo,
      and any member layout defining decoration (e.g., RowMajor for Matrix)
      will be add to the members' decorations container along with its
      value if any.
      
      Differential Revision: https://reviews.llvm.org/D81426
      5d74df5b
  3. Jun 11, 2020
  4. Jun 10, 2020
  5. Jun 09, 2020
  6. Jun 08, 2020
  7. Jun 07, 2020
  8. Jun 06, 2020
  9. Jun 05, 2020
Loading