1. 654dbd1 Add scalar support to signature reflection and iree-run-mlir by Geoffrey Martin-Noble · 5 years ago
  2. b6deef9 Make bazel lit test suites less magic by Geoffrey Martin-Noble · 5 years ago
  3. b18c388 Unbundle parts of the Bazel configuration for pyiree from IREE by Marius Brehler · 5 years ago
  4. 10aaef4 Modify tests to use iree.unfoldable_constants. by Mahesh Ravishankar · 5 years ago
  5. f7dbdb5 Add E2E vulkan-spirv codegen test for unidirectional_lstm.mlir. by Hanhan Wang · 5 years ago
  6. 28ca442 Use linearized spv.array for memref args of the dispatch function. by Mahesh Ravishankar · 5 years ago
  7. 9397db9 Add support for min reduction function. by Hanhan Wang · 5 years ago
  8. a652400 Adjust all i16 types to i32 types in AdjustIntegerWidthPass. by Hanhan Wang · 5 years ago
  9. a1b8572 Enable bunch of E2E tests for vulkan-spirv. by Hanhan Wang · 5 years ago
  10. ef66f98 Cleanup IREE runner tests using unfoldable constants. by Geoffrey Martin-Noble · 5 years ago
  11. b783ee1 Make all handwritten runner tests use unfoldable constants. by Geoffrey Martin-Noble · 5 years ago
  12. 1eaccfe Create unfoldable constant op. by Geoffrey Martin-Noble · 5 years ago
  13. 64ec45f Plumb do_not_optimize through the IREE compiler. by Geoffrey Martin-Noble · 5 years ago
  14. 49cc2d5 Update comments in unidirectional_lstm.mlir by Eugene Burmako · 5 years ago
  15. cac3f92 Add support for lowering remainder op to SPIR-V. by Hanhan Wang · 5 years ago
  16. 4e786d1 Fixes to enable reduction test on vulkan/spirv. by Mahesh Ravishankar · 5 years ago
  17. e88c1ce Finally removing the runtime HAL hack for matmul workgroup size mangling. by Ben Vanik · 5 years ago
  18. 3555f14 Renaming iree-run-mlir2 -> iree-run-mlir and making the other tool names consistent. by Ben Vanik · 5 years ago
  19. 879a42a Removing the last uses of the old iree-run-mlir. by Ben Vanik · 5 years ago
  20. 78e1492 Adding global initialization support to the VM. by Ben Vanik · 5 years ago
  21. d401566 Mostly rewriting the VM register allocator to allocate registers correctly. by Ben Vanik · 5 years ago
  22. 445b08d Specify backend for interpreter e2e tests by Geoffrey Martin-Noble · 5 years ago
  23. 4388043 Fail on pipe component failure in tests. by Stella Laurenzo · 5 years ago
  24. e9830ec Deferring release of all buffers used for now. by Ben Vanik · 5 years ago
  25. fca7cd0 Add i8 constant support for vulkan-spirv backend. by Hanhan Wang · 5 years ago
  26. 5f24fb5 Adding iree-run-mlir2 and switching most tests to use it. by Ben Vanik · 5 years ago
  27. 14bd9db Enable E2E convert_int.mlir.test for vulkan-spirv backend. by Hanhan Wang · 5 years ago
  28. 7bb7083 Add support for storing 8-bit integer in vulkan-spirv backend. by Hanhan Wang · 5 years ago
  29. 9532159 Add bunch of E2E testing for vulkan-spirv backend. by Hanhan Wang · 5 years ago
  30. a0e8a88 Add SPIR-V codegen support for reductions. by Mahesh Ravishankar · 5 years ago
  31. 352e5bb Cleanup how load_i8 test gets run. by Hanhan Wang · 5 years ago
  32. 3e57204 Add support for loading 8-bit integer in vulkan-spirv backend. by Hanhan Wang · 5 years ago
  33. 3374b65 Cleanup how lit tests get run. by Stella Laurenzo · 5 years ago
  34. 2ceaf34 Remove unnecessary license headers. by Sean Silva · 5 years ago
  35. 9fc0db1 Move 'tf-saved-model-adopt-exports' pass into python. by Scott Todd · 5 years ago
  36. 45b70a2 Use AffineMap::get for index map from result to operands. by Mahesh Ravishankar · 5 years ago
  37. bddf2d7 Modify import of GatherOp in HLO dialect and add support to export it to HLO. by iree-copybara-bot · 5 years ago
  38. 7f45e75 Add a Colab notebook that produces an image edge detection module. by Scott Todd · 5 years ago
  39. 98830d6 Lower xla_hlo.sqrt to the interpreter. by Scott Todd · 5 years ago
  40. 3e064c9 Run rsqrt test on all backends (including vulkan-spirv) after removing f64. by Scott Todd · 5 years ago
  41. 3a5957a Lower xla_hlo.sqrt to SPIR-V. by Scott Todd · 5 years ago
  42. 74d8218 Capture default FileCheck args in a wrapper script by Geoffrey Martin-Noble · 5 years ago
  43. f80505e Moves the conv tests to integrations/tensorflow/ to unbreak the OSS build. by Nolan Miller · 5 years ago
  44. 2a1161b Enable FileCheck variable scopes by Geoffrey Martin-Noble · 5 years ago
  45. 040a96f Initial naive implementation of conv2d. Running into a few different bugs by Nolan Miller · 5 years ago
  46. a792893 Move constant lowering from xla_hlo to standard. by Hanhan Wang · 5 years ago
  47. 201112b Temporary disable vulkan-spirv constant tests. by Hanhan Wang · 5 years ago
  48. 2ae5d6c Add support for lowering xla_hlo.constant to SPIR-V. by Hanhan Wang · 5 years ago
  49. 71793f5 Lower xla_hlo::AbsOp to AbsFOp and AbsIop by Rob Suderman · 5 years ago
  50. c1407cb Add remainder to IREE interpreter. by Rob Suderman · 5 years ago
  51. 1e20c60 Add license header to files that are missing one by Geoffrey Martin-Noble · 5 years ago
  52. 0d668fb Automatically truncate i64-tensors to i32-tensors in SPIR-V lowering. by Mahesh Ravishankar · 5 years ago
  53. 0454193 Change hlo_xla.while to use regions instead of function calls. by Rob Suderman · 5 years ago
  54. bb37bb8 Add license header comments to BUILD files by Geoffrey Martin-Noble · 5 years ago
  55. 1bdc15d Add support for lowering xla_hlo.concatenate_op to SPIR-V. by Hanhan Wang · 5 years ago
  56. 0292bee Fix a bug in index propagation of reshape. by Mahesh Ravishankar · 5 years ago
  57. 0aa4be8 Adding SPIR-V lowering for XLA_HLO::PadOp by Mahesh Ravishankar · 5 years ago
  58. ddc334d Separate slice and reshape tests. by Hanhan Wang · 5 years ago
  59. 0d7fad2 Enable e2e ReverseOp testing for vulkan-spirv backend. by Hanhan Wang · 5 years ago
  60. dc322f8 Internal changes. by Stella Laurenzo · 6 years ago
  61. bd659a1 Move bindings/ to top level. by Stella Laurenzo · 6 years ago
  62. 2e2fc9c Update CMake min to 3.12 by powderluv · 6 years ago
  63. c22a5c0 Implementing initial naive hand-rolled reduction for SPIR-V. by Ben Vanik · 6 years ago
  64. 366e517 Refactoring code that embeds SPIR-V kernels and switching to spec constants. by Ben Vanik · 6 years ago
  65. 74efdee Change all lit test packages to use common macros (in prep for getting lit tests to work). by Stella Laurenzo · 6 years ago
  66. 2513b9b Restrict iree constants to store ElementsAttr and fix scalar lowering by Geoffrey Martin-Noble · 6 years ago
  67. e7d9e88 Add TensorFlow deps to bazel build, allowing us to pull in RUY and LLVM/MLIR snapshots. by Stella Laurenzo · 6 years ago
  68. dbe1e8d Setting up build systems to support using SwiftShader for tests. by Scott Todd · 6 years ago
  69. 196ad74 Misc build and source fixes to get //iree/base/... building/testing under bazel. by Stella Laurenzo · 6 years ago
  70. 1128d50 First step of releasing bazel BUILD files. by Stella Laurenzo · 6 years ago
  71. 77f2d71 Add custom printer and parser for HLO Const op by iree-copybara-bot · 6 years ago
  72. f76ec10 Add an option to iree-run-mlir to just run the compilation by Mahesh Ravishankar · 6 years ago
  73. 16da014 Integrate general dot lowering into IREE compiler/runtime by Rob Suderman · 6 years ago
  74. 363fa07 Updating include paths and header guards. by Ben Vanik · 6 years ago
  75. 6c69e3f Internal change by Ben Vanik · 6 years ago
  76. d72d304 Internal change by iree-copybara-bot · 6 years ago