Tomasz Marek Sulima
Tomasz Marek Sulima
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 sci-libs/hipBLAS sci-libs/hipFFT sci-libs/hipRAND sci-libs/hipSOLVER...
Hi, I would like to use `ROCm` in `Elixir` language. For this I have started playing with `xla` from `elixir-nx` which uses this repository under the hood within it's `Makefile`....
No need to map after indexing. Setting offset or function in the second argument of [Enum.with_index/2](https://hexdocs.pm/elixir/Enum.html#with_index/2) is shorter and faster.
### Elixir and Erlang/OTP versions N/A - Latest stable release, see: ```bash $ elixir --version Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:32:32] [ds:32:32:10] [async-threads:1] [jit:ns] Elixir 1.17.3 (compiled with Erlang/OTP 27)...