1. 2ceaf34 Remove unnecessary license headers. by Sean Silva · 5 years ago
  2. 5c0671d Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  3. c00b710 Use interface ABI attrs in SPIR-V lowering. by Mahesh Ravishankar · 5 years ago
  4. 2c8b5a4 Bazel configuration for RBE by Geoffrey Martin-Noble · 5 years ago
  5. d80ef41 Adding a dialect interface to allow decoupling of dialect->VM conversion. by Ben Vanik · 5 years ago
  6. c524617 Return matchSuccess() in RemoveNopSConvertOp if success. by Hanhan Wang · 5 years ago
  7. c8dd987 Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  8. 6a7959a Get SDL2, ImGui, and graphics sample building on Windows with Bazel. by Scott Todd · 5 years ago
  9. 80d9abe CMake support for iree::compiler::Dialect by Marius Brehler · 5 years ago
  10. f1a14bd Adding input type legalization to chop up i64/f64 prior to processing. by Ben Vanik · 5 years ago
  11. efd003f Fixes for SPIR-V kernel generation via CMake by Marius Brehler · 5 years ago
  12. f4b969f Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  13. 3cb4798 Create script for updating submodules by Geoffrey Martin-Noble · 5 years ago
  14. bd4c077 More affine expr simplifications for floordiv and mod by Uday Bondhugula · 5 years ago
  15. 9fc0db1 Move 'tf-saved-model-adopt-exports' pass into python. by Scott Todd · 5 years ago
  16. 2274c60 Refactor the various operand/result/type iterators to use indexed_accessor_range. by iree-copybara-bot · 5 years ago
  17. da4e2a2 Add define guard around FileToc in cc_embed_data. by Scott Todd · 5 years ago
  18. e8b3859 Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  19. 9e96e0b NFC: Refactoring to remove implementation from SPIRVLowering.h. by Mahesh Ravishankar · 5 years ago
  20. 771ea3d Restrict iree_bytecode_module to a single src file. by Scott Todd · 5 years ago
  21. a567eb5 Fixes to build samples with CMake by Marius Brehler · 5 years ago
  22. fbd226b CMake improvements by Marius Brehler · 5 years ago
  23. d9ea501 Fix compiler flags for GCC by Geoffrey Martin-Noble · 5 years ago
  24. abda3b7 Add a pass to adjust integer width from i1 and i64 types to i8 and i32 types. by Hanhan Wang · 5 years ago
  25. b745c14 Adding truncation and sign extension ops to the VM. by Ben Vanik · 5 years ago
  26. ab0ece2 Adding hal->vm conversion. by Ben Vanik · 5 years ago
  27. 45b70a2 Use AffineMap::get for index map from result to operands. by Mahesh Ravishankar · 5 years ago
  28. 1d1556a Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  29. bddf2d7 Modify import of GatherOp in HLO dialect and add support to export it to HLO. by iree-copybara-bot · 5 years ago
  30. 2327975 Update LLVM, MLIR, TF submodules to latest by Geoffrey Martin-Noble · 5 years ago
  31. b2136cb Reworking conversion/translation to make it easier to integrate and adding helpers. by Ben Vanik · 5 years ago
  32. 2800fd6 Add a flag to the IRPrinter instrumentation to only print after a pass if there is a change to the IR. by iree-copybara-bot · 5 years ago
  33. 83e7607 Create separate debug build for Kokoro VMs with simpler instructions by Geoffrey Martin-Noble · 5 years ago
  34. f34e2ef Add two e2e tests: `simple_stateful_test`, `keras_lstm_test` by Sean Silva · 5 years ago
  35. 7ced29e Initial Kokoro cbuild by Geoffrey Martin-Noble · 5 years ago
  36. 47b1ce2 Use a standards-compliant initialization of tuple by Geoffrey Martin-Noble · 5 years ago
  37. 15ea5e8 Bump tensorflow, mlir, llvm to latest. by Scott Todd · 5 years ago
  38. 8880fac Refactor the IRPrinting instrumentation to take a derivable config. by iree-copybara-bot · 5 years ago
  39. e8fd7e2 Simplify the conv workgroup calculation by using the output shape rather than by Nolan Miller · 5 years ago
  40. d50b615 Updates workgroup calculation for conv so that it generalizes well for output by Nolan Miller · 5 years ago
  41. 7f45e75 Add a Colab notebook that produces an image edge detection module. by Scott Todd · 5 years ago
  42. 4df2428 Remove explicit visibility from exports_files. by Scott Todd · 5 years ago
  43. 0f367d4 Explicitly export files needed by other packages by iree-copybara-bot · 5 years ago
  44. f31236b Move ModuleManager functionality into mlir::SymbolTable. by Tres Popp · 5 years ago
  45. f6fcee6 Make pretty name printing a bit nicer. by Sean Silva · 5 years ago
  46. 5743a6c Beef up documentation a bit by Sean Silva · 5 years ago
  47. 98830d6 Lower xla_hlo.sqrt to the interpreter. by Scott Todd · 5 years ago
  48. 3e064c9 Run rsqrt test on all backends (including vulkan-spirv) after removing f64. by Scott Todd · 5 years ago
  49. 3a5957a Lower xla_hlo.sqrt to SPIR-V. by Scott Todd · 5 years ago
  50. 904c766 Move into the correct directory before invoking the kokoro build script by Geoffrey Martin-Noble · 5 years ago
  51. 9981656 Bump tensorflow, mlir, llvm to latest. by Scott Todd · 5 years ago
  52. e1e5da8 Adding initial flow->hal conversion with stream->command buffer recording. by Ben Vanik · 5 years ago
  53. cf04d8f Adding some HAL ops and builders needed for command buffer recording. by Ben Vanik · 5 years ago
  54. 4572bd9 Use Dawn's new headers (dawn:: -> webgpu::) by iree-copybara-bot · 5 years ago
  55. 0f97eae Bump tensorflow, mlir, llvm to latest. by Stella Laurenzo · 5 years ago
  56. f0eea2d Adding skeleton for flow->hal dialect conversion. by Ben Vanik · 5 years ago
  57. 34a7eef Return early if tensorflow import fails by Sean Silva · 5 years ago
  58. f6d08e7 Test bindings/... and integrations/... on CI using Bazel. (#172) by Scott Todd · 5 years ago
  59. 745cd3d Add back emacs autosave to .gitignore by Geoffrey Martin-Noble · 5 years ago
  60. 690cdbe Fix typos in comments. by Hanhan Wang · 5 years ago
  61. 8df3b1d Set up build configuration for Kokoro by Geoffrey Martin-Noble · 5 years ago
  62. 8bb7a94 Unconditionally enable the MLIR crash reproducer in tests. by Stella Laurenzo · 5 years ago
  63. ae65401 Adding missing element_size attribute to buffer view ops. by Ben Vanik · 5 years ago
  64. 4d72319 Support lowering xla_hlo.convert from bool to integer to SPIR-V. by Hanhan Wang · 5 years ago
  65. 5020d02 Adding hal.allocator.allocate.const (and fixing allocate_shaped to match the same IR naming). by Ben Vanik · 5 years ago
  66. c38ac07 Adding hal.variable.* ops to match the flow.variable.* ops. by Ben Vanik · 5 years ago
  67. a7c1e77 Adding hal.buffer.load and hal.buffer.store. by Ben Vanik · 5 years ago
  68. 3f3f08e Changing HAL workgroup count specification to be separate xyz values instead of vectors. by Ben Vanik · 5 years ago
  69. 86ac3a3 Exploding HAL shapes from vectors and adding some helper ops/folding. by Ben Vanik · 5 years ago
  70. 0bc295e Converting HLO ops into flow.tensor.* ops when appropriate. by Ben Vanik · 5 years ago
  71. 2ae7bf3 Adding HAL ops for descriptor set manipulation. by Ben Vanik · 5 years ago
  72. 156f7e1 Adding flow.tensor.* ops to handle stream-level work living outside of dispatch regions. by Ben Vanik · 5 years ago
  73. 09cb6ce Add emacs auto saves to .gitignore (#170) by Geoffrey Martin-Noble · 5 years ago
  74. 938dbe6 Adds ability to load a saved model from disk for testing. by Stella Laurenzo · 5 years ago
  75. 00a33f7 e2e testing improvements by Sean Silva · 5 years ago
  76. 94d1845 Some extensions to the e2e test utils. by Stella Laurenzo · 5 years ago
  77. 16739f0 Run `apt-get update` on CI prior to `apt-get install`. (#168) by Scott Todd · 5 years ago
  78. 51aaf9f Use the standard test infrastructure for conv tests rather than a similar by Nolan Miller · 5 years ago
  79. 734387b Set Vulkan SDK srcs on Windows. by Scott Todd · 5 years ago
  80. a324ecc Update LLVM, MLIR, and TF submodules by Geoffrey Martin-Noble · 5 years ago
  81. 74d8218 Capture default FileCheck args in a wrapper script by Geoffrey Martin-Noble · 5 years ago
  82. 0510bb3 Split out FunctionLike printing/parsing into FunctionImplementation.{h,cpp} by iree-copybara-bot · 5 years ago
  83. b8faa18 Use std::tuple in llvm::zip instead of std::pair by Geoffrey Martin-Noble · 5 years ago
  84. eb5082c Adding vm.call.variadic to allow for calls to imports with variadic args. by Ben Vanik · 5 years ago
  85. e3615bf Add link to last passing commit in README by Geoffrey Martin-Noble · 5 years ago
  86. 6ab9277 Use NUMPY_DEPS instead of direct include. by Scott Todd · 5 years ago
  87. be610f7 Allowing for multiple variadic arguments on imports. by Ben Vanik · 5 years ago
  88. 619c420 Update Colab setup steps and documentation by Scott Todd · 5 years ago
  89. f80505e Moves the conv tests to integrations/tensorflow/ to unbreak the OSS build. by Nolan Miller · 5 years ago
  90. cb8b32d Adding a dedicated vm.import op and infra for appending them to modules. by Ben Vanik · 5 years ago
  91. eb345b8 Update LLVM, MLIR, TF submodules by Geoffrey Martin-Noble · 5 years ago
  92. 16bea66 Lowering for complex operations to float equivalents by Rob Suderman · 5 years ago
  93. d580bff Enable FileCheck variable scopes in SPIR-V tests by Geoffrey Martin-Noble · 5 years ago
  94. 2a1161b Enable FileCheck variable scopes by Geoffrey Martin-Noble · 5 years ago
  95. 040a96f Initial naive implementation of conv2d. Running into a few different bugs by Nolan Miller · 5 years ago
  96. fa98e12 Switching to multiple variadic args for hal.command_buffer.execution_barrier. by Ben Vanik · 5 years ago
  97. 441970c Add support for std.extract_element oepration in SPIR-V lowering. by Mahesh Ravishankar · 5 years ago
  98. a792893 Move constant lowering from xla_hlo to standard. by Hanhan Wang · 5 years ago
  99. 201112b Temporary disable vulkan-spirv constant tests. by Hanhan Wang · 5 years ago
  100. 91ed81b Specify split-input-file each time on multiple invocations of iree-opt by Geoffrey Martin-Noble · 5 years ago