-
log: https://llvm-jenkins.debian.net/job/llvm-toolchain-binaries/architecture=i386,distribution=unstable,label=i386/680/console
```console
Testing: 0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 …
-
All registered kernel functions are c++ function now, how to register MLIR compiled function?
I'm interested in the concurrency of these MLIR compiled functions.
Does TFRT support JIT execute now? …
-
Hello,
I've been working on providing support for transformer model via torch-mlir, I just changed example like resnet18 to vit_b_16, I found that it has problem when lower it to linalg-on tensor via…
-
| | |
| --- | --- |
| Bugzilla Link | [51382](https://llvm.org/bz51382) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sherhut,@jpienaar,@River707 |
## …
-
```mlir
module {
func @bpnn_train_cuda(%27 : memref, %a : f32, %c : i1) {
affine.parallel (%arg4) = (0) to (16) {
affine.store %a, %27[%arg4] : memref
scf.if %c {
…
-
Previously, "spack install llvm+shared_libs" was successful.
Now it fails.
If you specify "spack install -flang +shared_libs", it succeeds.
The following commit may be the cause.
```
commit 82…
-
I am currently using pymlir to parse an mlir file with quite a bit of custom dialects used in the mlir file. A file ~2200 lines takes about 5 mins to parse and generate an MLIRFile object when i use t…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48575](https://bugs.llvm.org/show_bug.cgi?id=48575) |
| Status | NEW |
| Importance | P normal |
|…
-
## 🚀 Feature
Integrate [Shark ](https://nod.ai/shark-the-fastest-runtime/) as an accelerator backend for Lightning.
### Motivation
Lightning users would benefit from a "performance first" bac…
-
## Description
The work from _Unleashing Parallelism in Elastic Circuits with Faster Token Delivery_ [1] is still missing in the codebase. The goal of this issue is to outline a roadmap for their i…