Sign in
opensecura
/
3p
/
openxla
/
iree
/
476031aa2070702c4b731e1dd31e013f62bb9c59
476031a
Enable ctest for iree/test/e2e/linalg_path; Prepare to enable further tests
by Marius Brehler
· 5 years ago
28427c8
Move LLVM dispatch function invoke ABI builder to the backend.
by Ahmed S. Taei
· 5 years ago
7d9ea20
Enable batch_norm_inference.mlir.test on vulkan-spirv.
by Hanhan Wang
· 5 years ago
edc21ff
Move test directory to iree directory
by Marius Brehler
· 5 years ago
b877bbc
Enable more XLA E2E tests on vulkan-spirv and llvm-ir.
by Hanhan Wang
· 5 years ago
3e737ec
Enable conv.mlir.test on vulkan-spirv.
by Hanhan Wang
· 5 years ago
353fedb
Update LLVM & TF submodules
by Submodule Update Action
· 5 years ago
fa4e373
Update Discord link to a regular invite.
by Scott Todd
· 5 years ago
49180e0
Lowering xla_hlo.batch_norm_inference -> linalg ops.
by Ahmed S. Taei
· 5 years ago
4160272
Remove "DimType" from RankedShapeType
by Sean Silva
· 5 years ago
7a4a852
Use buffer_view for public interface functions.
by Stella Laurenzo
· 5 years ago
9b884ac
Update Vulkan docs to mention updating the loader.
by Scott Todd
· 5 years ago
6152a70
Rename vulkan_headers repo to iree_vulkan_headers (conflicts with TF).
by Scott Todd
· 5 years ago
a0a3bb3
Updating Clang Documentation
by Rob Suderman
· 5 years ago
052dae1
Updated submodules with CMake Changes
by Rob Suderman
· 5 years ago
48efde6
Explicitly tag host-only targets.
by Geoffrey Martin-Noble
· 5 years ago
d1f4e00
Add wrapper around main() for use in Windows GUI applications.
by Scott Todd
· 5 years ago
b38d40c
Add VK_KHR_timeline_semaphore functions to Vulkan symbol table.
by Scott Todd
· 5 years ago
dbb2337
Bump open source LLVM revision to a711a3a46039154c38eade8bef1138b77fdb05ee
by Benjamin Kramer
· 5 years ago
5ec8453
Create Starlark rule for shared-binary tests.
by Geoffrey Martin-Noble
· 5 years ago
106faf7
Update LLVM & TF submodules
by Submodule Update Action
· 5 years ago
c78eee2
Update handling of iree.module.export attribute to support specifying an alias.
by Stella Laurenzo
· 5 years ago
eec4482
NFC: Shape type enums were nested in the wrong namespace, causing collisions.
by Stella Laurenzo
· 5 years ago
46410ec
Add shape materialization passes to the compiler input pipeline.
by Stella Laurenzo
· 5 years ago
ff0295a
Publish Ben's HAL IR walkthrough VC and the MLIR ODM talk from January.
by Stella Laurenzo
· 5 years ago
c617a51
Add ruy submodule
by Geoffrey Martin-Noble
· 5 years ago
ac5ccb6
First lowering from Tensorflow to Tensorflow Strings
by Rob Suderman
· 5 years ago
498a90b
Don't run submodule update workflow on forks (#1183)
by Geoffrey Martin-Noble
· 5 years ago
d3184d7
Revert "Try out per-repo filtering (#1181)" (#1182)
by Geoffrey Martin-Noble
· 5 years ago
47f48c3
Try out per-repo filtering (#1181)
by Geoffrey Martin-Noble
· 5 years ago
a7986da
Enable gemm and gemm_large tests for vulkan-spirv Linalg backend.
by Hanhan Wang
· 5 years ago
943b404
Add GitHub action to automatically update submodules (#1171)
by Geoffrey Martin-Noble
· 5 years ago
d13a64a
Add iree_llvmjit backend for tensorflow e2e tests and enable conv integration test
by Ahmed S. Taei
· 5 years ago
4d20cd0
Add a lit test for convolution
by Ahmed S. Taei
· 5 years ago
fd82238
Check storage order when converting xla_hlo.conv -> linalg.conv
by Ahmed S. Taei
· 5 years ago
75f7e6a
Enable gemm & gemm_large xla e2e tests for llvm-ir backend
by Ahmed S. Taei
· 5 years ago
d9d1520
shapex dialect constant folding hook
by Sean Silva
· 5 years ago
5853461
Enable bunch of XLA E2E tests for llvm-ir and vulkan-spirv with Linalg path.
by Hanhan Wang
· 5 years ago
7873941
Add deps to CMake build introduced with commit 92566df
by Marius Brehler
· 5 years ago
8d60a73
Build python bindings in CI via CMake
by Marius Brehler
· 5 years ago
f762dc3
Make the compiler_test.py run in the CI.
by Stella Laurenzo
· 5 years ago
b00d64b
s/absl::nullopt/absl::optional<>/ in pybind default argument spec.
by Stella Laurenzo
· 5 years ago
8a4fa28
Add missing include to python bindings
by Marius Brehler
· 5 years ago
2fed185
Synchronize submodules
by Submodule Synchronize Action
· 5 years ago
963545f
Update TF submodule to 511a7490e38d4cfb71387d7b05c5b401df29cbc6
by Geoffrey Martin-Noble
· 5 years ago
f6138b8
Update getting_started_linux.md cmake build instructions.
by iree-copybara-bot
· 5 years ago
29da4a5
Use newly introduced registerMlirDialects() in pyiree.compiler
by Marius Brehler
· 5 years ago
128209a
Use custom token in checkout and push (#1153)
by Geoffrey Martin-Noble
· 5 years ago
0ddc115
Another special case for dominance issues in workload calculations.
by Stella Laurenzo
· 5 years ago
92566df
Initialize LLVM command-line objects in python bindings.
by Stella Laurenzo
· 5 years ago
a1cc3ce
Update .bazelrc options for Windows Python/TensorFlow builds.
by Scott Todd
· 5 years ago
1f085a4
[ModelBuilder] Add benchmark of vector.contract -> LLVM matrix intrinsics
by iree-copybara-bot
· 5 years ago
5315450
Fix HoistShapeCalculations
by Sean Silva
· 5 years ago
72b2f74
Apply name change(experimental_run_v2 -> run) for all callers.
by iree-copybara-bot
· 5 years ago
d46f633
Use linalg path for conv op.
by Hanhan Wang
· 5 years ago
bfdb8f1
VectorOps was renamed to Vector, update deps
by Marius Brehler
· 5 years ago
3a659bf
CMake: Add macOS support to iree_cc_binary
by Marius Brehler
· 5 years ago
651f2fc
Bump TF and LLVM submodules.
by Scott Todd
· 5 years ago
1a4d4f3
CMake: Add X86 to LLVM_TARGETS_TO_BUILD
by Marius Brehler
· 5 years ago
5f58540
Adapt to upstream MLIR SPIR-V target environment changes
by iree-copybara-bot
· 5 years ago
bd821f2
Moved VectorOps to Vector
by iree-copybara-bot
· 5 years ago
1121c5f
Rework communication channels in the README.
by Stella Laurenzo
· 5 years ago
1f5598a
Move Check dialect to compiler directory.
by Geoffrey Martin-Noble
· 5 years ago
bd77b8b
[NFC] Replace all usages of PatternMatchResult with LogicalResult
by iree-copybara-bot
· 5 years ago
f5432e5
Update TF Submodule.
by Scott Todd
· 5 years ago
d08e87e
Change HLO op names to match XLA op code names
by iree-copybara-bot
· 5 years ago
0769792
Extend outline dispatch regions pass to expand shape dimensions.
by Stella Laurenzo
· 5 years ago
100a4a2
Enable mnist e2e test for llvm backend
by Ahmed S. Taei
· 5 years ago
ea50133
Remove source code VK_ICD_FILENAMES handling, simplifying Vulkan setup.
by Scott Todd
· 5 years ago
a9b50c3
Demonstrate of check framework without lit.
by Geoffrey Martin-Noble
· 5 years ago
63f3d60
Reformat some file path references.
by Geoffrey Martin-Noble
· 5 years ago
bb4c46b
Don't convert xla_hlo.reduce to linalg.generic op
by Ahmed S. Taei
· 5 years ago
6c15ae5
Fix miswritten BUILD target in pyiree xla integration.
by Geoffrey Martin-Noble
· 5 years ago
6bb38ec
Addressing comments from cl/300109386 (github commit ID:
by Mahesh Ravishankar
· 5 years ago
f590b33
Add Loop dialect to ModelBuilder.
by iree-copybara-bot
· 5 years ago
b8eb25c
Exclude pyiree XLA integrations from GitHub Action CI.
by Geoffrey Martin-Noble
· 5 years ago
a9ed983
Update LLVM & TF Submodules.
by Scott Todd
· 5 years ago
c963e52
Bump open source LLVM revision to 398b497cd0e20ca7245bf30c12c761b444581da5
by iree-copybara-bot
· 5 years ago
274ba5f
Update LLVM & TF Submodules.
by Geoffrey Martin-Noble
· 5 years ago
091b5eb
Bump open source LLVM revision to 378b1e60809df7cc72436093f160b7ed228dad5a
by Benjamin Kramer
· 5 years ago
e1cd276
Use 'alwayslink' helpers from iree_cc_binary in iree_cc_test.
by Scott Todd
· 5 years ago
b83301b
Add note about working RenderDoc versions now that 1.7 is released.
by Scott Todd
· 5 years ago
86a57cb
Doc updates and warning fixes in TF build.
by Stella Laurenzo
· 5 years ago
ed928f4
Fix tensorflow test crashes.
by Geoffrey Martin-Noble
· 5 years ago
632d04a
Bazel to CMake: Update out of date documentation on glob.
by Geoffrey Martin-Noble
· 5 years ago
458eadc
Mark the variable load operations as reading from memory.
by iree-copybara-bot
· 5 years ago
fc58c97
Revert "Give Synchronize Submodules Action Write Access (#1065)" (#1085)
by Geoffrey Martin-Noble
· 5 years ago
a0564e2
Add expect_almost_equal op to Check framework.
by Geoffrey Martin-Noble
· 5 years ago
1c351f4
Use convertLinalgToLLVM pass for final llvm lowering.
by Ahmed S. Taei
· 5 years ago
a7576e7
Convert xla_hlo.reshape -> named ops linalg.reshape followed by a linalg.copy on buffers.
by Ahmed S. Taei
· 5 years ago
36b5538
Update bazel_build script to use iree_vmla instead of interpreter. (#1077)
by Scott Todd
· 5 years ago
228b05b
Add CMake deps on additional MLIR dialects
by Marius Brehler
· 5 years ago
afe9820
Sync third_party/tensorflow.
by Scott Todd
· 5 years ago
2613f08
Run bazel_to_cmake.py.
by Scott Todd
· 5 years ago
b26f7d8
Create an xla_hlo_client dialect and copy the binary elementwise ops into it.
by Stella Laurenzo
· 5 years ago
1adfc6c
E2E batch matmul for VMLA
by Sean Silva
· 5 years ago
3ee3484
Update LLVM & TF Submodules.
by Geoffrey Martin-Noble
· 5 years ago
423a470
Run bazel to cmake
by Geoffrey Martin-Noble
· 5 years ago
484abc6
Update MLIR API.
by Tres Popp
· 5 years ago
d7ae439
Transition vec3 flow workload to index invocation count.
by Stella Laurenzo
· 5 years ago
Next »