Hi folks.
Is there a reason to use tf.aliasing instead of the higher level jax.buffer_donor ?
It seems that jax.buffer_donor lets the compiler decide which buffer is going to be aliased to the output. I can think of a few example where that could be a problem (swapping for instance?).
What are the recommendations in that case?
Regards,