)]}'
{
  "commit": "76ea83344340a27a6dd8264af13f50608a8e349c",
  "tree": "7b71e8976b859d5a506e5faf11ce0ad7a28399de",
  "parents": [
    "af4c377e392dc9f55f69b2f51c7b325fef7a1951"
  ],
  "author": {
    "name": "Kojo Acquah",
    "email": "KoolJBlack@users.noreply.github.com",
    "time": "Wed Apr 05 16:26:58 2023 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Apr 05 23:26:58 2023 +0000"
  },
  "message": "Add operand type info to summarizeLinalgOp::summarizeLinalgOp() (#12570)\n\nAppends a string of datatypes for each op operand during\r\n`summarizeLinalgOp()`. Note that the number of datatypes listed are\r\nbased on the number of operands (input and output), not dimension. In\r\nthe case that all the types match, only one type is printed (for\r\nbrevity).\r\n\r\nSome examples of before:\r\n```\r\nforward_dispatch_1_generic_1x128x768\r\nforward_dispatch_14_matmul_128x768x768\r\nforward_dispatch_8_batch_matmul_12x128x128x64\r\n```\r\n\r\n... and after: \r\n```\r\nforward_dispatch_1_generic_1x128x768_i32xi32xf32\r\nforward_dispatch_14_matmul_128x768x768_f32\r\nforward_dispatch_8_batch_matmul_12x128x128x64_f32x\r\n```\r\n\r\n(see the full dump for mobilebert after tile\u0026distribute to workgroups\r\n[here](https://gist.github.com/KoolJBlack/90e4b7e45afcc72058391b35b49dda1b))",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8186c4ca677288f48cf270124e8617c349655f56",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/Transforms/OutlineDispatchRegions.cpp",
      "new_id": "9228d4e519f01a71fd49239cd008e1c522f96831",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/Transforms/OutlineDispatchRegions.cpp"
    },
    {
      "type": "modify",
      "old_id": "f03dfae5066d7b649b2ede174934e73e2b7c4f32",
      "old_mode": 33188,
      "old_path": "compiler/src/iree/compiler/Dialect/Flow/Transforms/test/outline_dispatch_regions.mlir",
      "new_id": "39ee8a369dc5e47596c3fe7fb90a67fba50ca3d2",
      "new_mode": 33188,
      "new_path": "compiler/src/iree/compiler/Dialect/Flow/Transforms/test/outline_dispatch_regions.mlir"
    },
    {
      "type": "modify",
      "old_id": "601aa53e0126bb52a137890e48ea35f691ffb5b3",
      "old_mode": 33188,
      "old_path": "tests/transform_dialect/cpu/matmul.mlir",
      "new_id": "922a5d011902502565db4cba3ae25690c60d72a0",
      "new_mode": 33188,
      "new_path": "tests/transform_dialect/cpu/matmul.mlir"
    }
  ]
}
