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