STT-tensorflow/tensorflow/compiler/mlir/xla
Tim Shen 3980537192 [MLIR] Remove TupleSelectOp from LHLO.
LHLO uses output-parameter, but TupleSelectOp outputs into a tuple on the device. The current type constraints are wrong, and there is not enough expressiveness in LHLO to define a device-memory representation that can be passed in between kernel launches.

PiperOrigin-RevId: 317749542
Change-Id: I6d3350cbf9decf006f239a7208f6bbef0175ac61
2020-06-22 16:08:30 -07:00
..
ir [MLIR] Remove TupleSelectOp from LHLO. 2020-06-22 16:08:30 -07:00
tests [MLIR] Remove TupleSelectOp from LHLO. 2020-06-22 16:08:30 -07:00
transforms [NFC] Eliminate use of .getBlocks() when not needed 2020-06-22 10:34:01 -07:00
attribute_importer.cc Fix XLA HLO op import mapping of output_feature_dimension 2020-05-04 20:43:54 -07:00
attribute_importer.h RFC: Create separate lib for attribute converters from XLA to MLIR 2020-04-17 06:30:58 -07:00
BUILD Add lowering for TanhOp that uses an approximation instead of lowering to intrinsics. 2020-06-17 01:31:07 -07:00
convert_op_folder.cc Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
convert_op_folder.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
hlo_function_importer.cc Change HLO importer to set visibility when importing. 2020-06-15 16:37:44 -07:00
hlo_function_importer.h Add a factory method to import HLO computation as a region in MLIR 2020-06-11 04:38:27 -07:00
hlo_module_importer.cc Add a factory method to import HLO computation as a region in MLIR 2020-06-11 04:38:27 -07:00
hlo_module_importer.h Add a factory method to import HLO computation as a region in MLIR 2020-06-11 04:38:27 -07:00
hlo_to_mlir_hlo.cc Initial version of HLO translation tools. 2019-07-17 19:59:01 -07:00
hlo_to_mlir_hlo.h Initial version of HLO translation tools. 2019-07-17 19:59:01 -07:00
hlo_utils.cc Integrate LLVM at https://github.com/llvm/llvm-project/commit/92cb0ce8f814 2020-06-08 09:38:15 -07:00
hlo_utils.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
mlir_hlo_to_hlo.cc [NFC] Eliminate use of .getBlocks() when not needed 2020-06-22 10:34:01 -07:00
mlir_hlo_to_hlo.h Add a pass that converts MLIR HLO to MLIR LHLO by using the XLA pipeline 2020-04-22 21:26:39 -07:00
operator_writer_gen.cc Split up operator writer's main function 2020-06-13 15:04:59 -07:00
type_to_shape_test.cc Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
type_to_shape.cc Introduce unsigned integer types for HLO dialect 2020-04-24 17:59:14 -07:00
type_to_shape.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
xla_mlir_translate.cc Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
xla_mlir_translate.h mlir-translate: support -verify-diagnostics 2019-11-07 11:47:37 -08:00