nx icon indicating copy to clipboard operation
nx copied to clipboard

Multi-dimensional arrays (tensors) and numerical definitions for Elixir

Results 69 nx issues
Sort by recently updated
recently updated
newest added

The key which is based on mix.lock fails to point to the correct file (probably due to the working_directory change).

kind:bug
note:good first issue

- Implementation of stateless PRNG, based on splittable keys and the Threefry algorithm - Based on the JAX PRNG implementation and yield the same results - At the moment includes...

Reference JAX implementation: https://github.com/google/jax/pull/1749

kind:feature
area:nx

GPU is a GTX1060 Driver Version: 515.48.07 CUDA Version: 11.7 `$ XLA_TARGET=cuda111 XLA_TARGET=cuda mix run -e " EXLA.jit(&( &1 ), [Nx.tensor([1])])"` ``` 15:53:47.914 [error] GenServer EXLA.Client terminating ** (RuntimeError) Could...

See the tensorflow feature and linked paper: https://www.tensorflow.org/api_docs/python/tf/vectorized_map

kind:feature
area:defn

Currently EXLA transfer operations block until the transfer is complete by using a mixture of `kImmutableUntilTransferCompletes` and then blocking the host before returning from the NIF. However, I believe we...

kind:chore
area:exla

We need to add support for complex numbers for the function and for it's grad implementation - [ ] BinaryBackend - [ ] EXLA - [ ] Torchx - [...

kind:feature
area:exla
area:nx
area:torchx

We need to add support for complex numbers for the function and for it's grad implementation - [ ] BinaryBackend - [ ] EXLA - [ ] Torchx - [...

kind:feature
area:exla
area:nx
area:torchx

To enable at most once-copy implementations from Arrow backends.

As discussed in #331, we need an approach for having portable PRNGs that can be applied for any backend. > We definitely need the ability to seed RNGs, and I'm...