mlir-hlo icon indicating copy to clipboard operation
mlir-hlo copied to clipboard

Results 21 mlir-hlo issues
Sort by recently updated
recently updated
newest added

Can someone please land an equivalent of this change? https://github.com/iree-org/iree-mhlo-fork/commit/a6a3308969278cf9ec36132fc9235314fd091c23 I only did a little bit of poking to get a minimum size patch, but the dependency chain and code...

I want to train the model through tensorflow+mlir, but I can't find a complete model training example, I see some examples of tensorflow to MHLO Dialect in the tensorflow/tensorflow/compiler/mlir/tensorflow/tests directory,...

where the argument "-lhlo-legalize-to-linalg” of mlir-hlo-opt?

Hi, Is it possible for using mlir to make LLVM IR in machine training like GPU support? I can not find any code in tensroflow to use mlir turn back...

MHLO operations that have regions use a zero-rank tensor to represent what are really scalar values. For example ``` func @reduce_one_op_all_locs_same(%arg0: tensor

The dialect registration functions for MHLO are of the form `mhlo.register_mhlo_dialect(context)` and `chlo.register_chlo_dialect(context)`. We don't have an upstream entry for this in the style guide (but maybe should); however, everyone...

-- Performing Test HAVE_STEADY_CLOCK -- Performing Test HAVE_STEADY_CLOCK -- Performing Test HAVE_STEADY_CLOCK -- success -- Configuring done -- Generating done -- Build files have been written to: /home/e0004850/project_code/llvm_for_hlo/llvm-build + cmake...

I want to convert the conv2d operator from mhlo to linalg dialect. It seems like that it can't process the situation when the layout of conv2d is NCHW. The mhlo...

Is there a way to convert/legalize mhlo.convolution to linalg.convolution ? I see /mlir-hlo/tests/hlo-legalize-to-lhlo.mlir supporting a) conversion from "mhlo.convolution" to "lmhlo.convolution" and further "lmhlo.convolution" b) conversion to "linalg.conv" in /mlir-hlo/tests/lhlo-legalize-to-linalg.mlir. The...

Seems this project is under development, the dependant llvm-project commit id is changing, not sure if there is any release plan for this repo, it would good to see several...