Random crashes on printing ConcreteRArray
content result of a call (i.e. async not working)
#9
Milestone
ConcreteRArray
content result of a call (i.e. async not working)
#9
I'm randomly running into a crash when printing the output of calling
stablehlo.einsum
just after calling it.I believe it might be a problem with buffer synchronization because...
XLA.await
on the result buffer andXLA.is_ready
returns trueAlso, the problem might be linked with using
struct
types, as I've been unable to recreate the error if working directly on arrays.MWE
Without
Tensor
, it seems to workThe text was updated successfully, but these errors were encountered: