xla icon indicating copy to clipboard operation
xla copied to clipboard

Pre-compiled XLA extension

Results 7 xla issues
Sort by recently updated
recently updated
newest added

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...

Hello, we are having logs like this in our Elixir project: ``` The operation took 2m32.409760523s ******************************** [Compiling module _Function_4.57852891_4_in_Axon.Loop.build_batch_fn_2_.32279] Very slow compile? If you want to file a bug,...

I've noticed that setting `XLA_TARGET=xxx mix release compute` will result in the `libexla_extension.so` being built with this name always, regardless of `xxx`. This is a bit problematic, because it implies...

I'm interested in using your XLA builds in Julia for the [MLIR.jl](https://github.com/JuliaLabs/MLIR.jl) project, but we need the MLIR-C API to be included. This PR adds the following Bazel targets: -...

Hi, I've been trying to get GPU support running, but I keep running into this issue. I was first looking at [this issue](https://github.com/elixir-nx/xla/issues/58) to get it running. I added the...

Instead of `cuda118` and `cuda120` we can just do `cuda11` and `cuda12`, which is what jaxlib does now. Then we just list what are the minimal supported versions for each.