-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f7d9c54e0dc, pid=28424, tid=0x00007f7d741a8700
#
# JRE version: OpenJDK Runtime Environment (8…
-
Hello everyone!
Whenever I run mix compile on a project having nx and exla as dependencies it fails with the following error message:
I also tried version 0.6 for both Nx and Exla.
I checked and …
-
Hi, I have `Gentoo Linux` with latest updates.
I was fighting with `ROCm` support and ended up with this package set:
```bash
dev-libs/rccl
dev-python/numpy
dev-python/pip
dev-util/roctracer
…
Eiji7 updated
5 months ago
-
`Nx.LinAlg.solve(a, b)` with `Nx.BinaryBackend` returns tensor with wrong state when `b` has more columns than rows.
For example,
```elixir
a = Nx.tensor([
[1, 1],
[1, 2]
], type: :f64)
…
-
Currently, supervised k-NN model implemented in `Scholar.Neighbors.KNearestNeighbors` uses linear or brute-force search. I think the model should support other methods we have implemented such as k-d …
-
MLIR tests brought this problem up, but validating with the other implementations (XLA and Torchx), the BinaryBackend is the one at fault here.
_Originally posted by @polvalente in https://github.c…
-
Hi,
I've tried using Torchx with mps backend on an M1 machine but I get the following error.
```
** (ArgumentError) cannot perform operation across devices mps and cpu
(torchx 0.5.3) lib/t…
-
Model: "Salesforce/blip-image-captioning-large" fails to build (but "base" is ok).
Bumblebee v 0.4.2
```
[error] Kino.listen with #Function failed with reason:
** (ArgumentError) invalid dimen…
-
Using the example project I've found that if I set resizeable to true and change the size of the window everything seems to scale with the opposite magnitude relative to the initial size. So if I doub…
-
We don't need to implement all options below but enough to have some efficient alternatives to the linear/brute force versions we have today. My suggestion is to pick whatever you find to be simplest.…