-
Some references. Triton would be a good starting point (https://github.com/triton-lang/triton) which lowers Python AST to different MLIR Dialects (https://www.youtube.com/watch?v=AtbnRIzpwho). There a…
-
```julia
julia> using Reactant
julia> xx = rand(4, 4) |> Reactant.to_rarray
4×4 ConcreteRArray{Float64, 2}:
0.333112 0.765684 0.808021 0.197128
0.533312 0.582735 0.454427 0.9106
0.323209 0.…
-
Repro:
```mlir
// RUN: mlir-opt %s --transform-interpreter --allow-unregistered-dialect
module @named attributes { transform.with_named_sequence } {
transform.named_sequence @__transform_main(…
-
CC @mofeing
I get an error when trying to compile a gradient of a function that accepts complex parameters.
```julia
julia> using Enzyme
julia> using Reactant
AssertionError("Could not find registe…
-
The StableHLO Python bindings have been very handy.
This means I can run for example:
```python
from mlir.dialects import stablehlo
from mlir.ir import Context, Module
# Define the MLIR str…
-
hello, sophgo experts
I encounter build error when I compile tpu-mlir
I found my terminal throw error during "installing", it throw error like this:
```
-- Up-to-date: /workspace/tpu-mlir/install/…
-
See `clang/test/CIR/Lowering/store-memcpy.cpp`.
Brief search in `mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td` indicates there isn't a way to get it via the default operation, but I see `ml…
-
I work on a project involving some CIR micro-surgery and I was banging my head on having `mlir::inlineCall()` working and it actually was due to the precondition on https://github.com/llvm/llvm-projec…
-
Test on commit: https://github.com/llvm/llvm-project/commit/6548b6354d1d990e1c98736f5e7c3de876bedc8e
steps to reproduce:
```
mlir-opt test.mlir --pass-pipeline="builtin.module(func.func(tosa-to-li…
-
git version: c104d79ec6b278fcc0d2df18c7b5452fb7e7e5d3
system:
```
LSB Version: core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS…