-
This will be needed for #414.
It will be something like:
```diff
diff --git a/llvm/lib/Transforms/Yk/BlockDisambiguate.cpp b/llvm/lib/Transforms/Yk/BlockDisambiguate.cpp
index 270b37f70264..55b6…
-
Please make sure that this is an issue related to performance of TensorFlow.
As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bug…
-
**MatrixFree is not working**
by following the blog (https://mp.weixin.qq.com/s/BrgY5U4WBjqPo1smf4DkbA) of MatrixFreeCG in taichi . we test the matrix free cg solver.
none of api(taichi_cg_solve…
-
**Describe the bug**
`from_numpy` fails in simple case where a vector is placed on `ti.root`.
**To Reproduce**
```py
import numpy as np
import taichi as ti
real = ti.f32
ti.init(defau…
-
When `fast_gui=True`, calling `gui.show(imgfile)` outpus a blank image:
To reproduce:
```python
import taichi as ti
ti.init()
res = (400, 400)
img = ti.Vector.field(3, float, res)
img.fil…
-
Hi team my input data format like:
list[dict{string: Union[string | list[]]}]
How should I do type annotation for @ti.kernel
I am thinking about use @ti.dataclass to take the inputs.
For ex…
-
Hello,
I am interested in computing the bubble and dew temperatures for a given mixture with one component being water. I have the following code block
```
using Clapeyron, Plots
model = cPR(["w…
-
Hi there,
Thanks for your great piece of work - I'm keen to try simplifying a few things and interested in your opinion:
First one is relatively simple:
There's lots of code like this where th…
-
Dear developers,
Here comes a demand to conduct TI with temperature/pressure-dependent constrains.
The scenario is to obtain the temperature-dependent Free energy difference as [ΔG = G2-(G0+G1)]…
-
Add History Matching Index based on a summary vector and related summary history vector
Use time window to select subset of summary values.
ti : summary value
Hti : summary history value
![i…