-
This is a follow-up to #337 . Now that we can generate Verilog from code in standard using memories I have noticed the following issues:
1) In the generated Verilog sometimes the signal "reset" is …
-
This is with the tensorflow trunk at e13ff2da43ab00dba94dd00d87a876b2a03f48e7 (Jul 6).
This is a reduced test case where both nodes/operations in the graph are supposed to be dead (results unused …
-
I want to resurrect Issue #27 because it appears that the original reason for dismissing it was that the C layer does not take coloring into account. From what I can tell in the C documentation, it ap…
-
We've implemented a bunch of things and learned some things about the kind of things that the programmatic interface needs to be able to do.
Let's discuss our requirements and possible choices and …
-
### Code
Unfortunately I don't have a minimal example for this, I honestly have no idea what's triggering it so I'm not sure what would be safe to remove or not. The repo that's doing it however is…
-
Encourage this error when running [Leveraging Qiskit Runtime tutorial](https://qiskit.org/documentation/nature/tutorials/07_leveraging_qiskit_runtime.html) locally. The notebook itself has some bugs b…
-
Code like the following:
```
switch v := obj.(type) {
case A: f1(v, v)
case B: f2(v, v)
}
```
does not get indexed properly because when processing definitions, the definition for `v` has a…
-
I'm interested in hearing more about the computational graph manipulation. Our project [`symbolic-pymc`](https://github.com/pymc-devs/symbolic-pymc) is exclusively about that, and a newer JAX-based t…
-
I'd like to add an agenda item for this weeks meeting to discuss import maps in Node.js.
This came out of the fact that SystemJS is currently looking at merging an `"integrity"` attribute into the …
-
Hi! While installing `jaxlib` from sources on macos 11.2.2. by following docs the installation fails with `ld: 2 duplicate symbols` error that points to output in `bazel-out/`. The log below is taken …