-
So, the error message is completely accurate. The score files in the "predict_results" folder are all zero bytes, but it doesn't give me an idea why.
first 1000 lines of log (with the SVision call)…
-
The Logs are as per below
06:24:36-282863 INFO Command executed.
2024-08-26 06:24:47.122637: E external/local_xla/xla/stream_executor/…
-
Add following:
```
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
```
To reduce some of these warnings, according [stackoverflow](https://stackoverflow.com/questions/66092421/how-to-rebui…
-
The issue reported in https://github.com/openxla/xla/issues/3849 has crept back in. I'm trying to build commit `d60579f54a0b6c37d1caf11dc3eb34488cf6922a` (corresponding to jax 0.4.28) with gcc 10 (th…
-
Hi,
I'm trying to compile on macOS amd and arm64 the plugin pjrt_c_api_cpu_plugin.so.
The build succeeds but when I try to use it in [gopjrt](https://github.com/gomlx/gopjrt) I'm getting a segmentat…
-
To whom it may concern:
I tried to develop the PJRT plugin on our NPU, so I tried to compile a PJRT example, but an error occurred during the compilation.
The information is as follows:
**What i…
-
I tried to add new test `IotaF8E4M3FN` based on `IotaF8E4FNUZ` code ([xla/service/elemental_ir_emitter_test.cc](https://github.com/openxla/xla/blob/main/xla/service/elemental_ir_emitter_test.cc#L540))…
-
from EnzymeAD/Reactant.jl#291
CC @wsmoses
[StableHLO spec for `cbrt`](https://openxla.org/stablehlo/spec#cbrt) specifies that it should support complex numbers but when I try to run it, it crashes…
-
I was curious about how the `torch.topk()` function is implemented in the Neuron compiler. After writing a kernel with this call and compiling it to NKI, the resulting code looks something like:
```p…
-
Hi, fantastic work with NATTEN. Is support for XLA on your roadmap? It would be great to enable neighborhood attention on TPUs and other non-Nvidia GPUs.