This updates XLA to the latest revision (xla v0.7.0 already released).
When testing on the GPU, I noticed that infeed is broken. So far we had different logic for CPU and GPU, and I managed to unify it into a single code path. See the comment in exla_client.cc for details.
This updates XLA to the latest revision (
xla
v0.7.0 already released).When testing on the GPU, I noticed that infeed is broken. So far we had different logic for CPU and GPU, and I managed to unify it into a single code path. See the comment in
exla_client.cc
for details.