clemisch
clemisch
Furthermore, because of this instant opening/closing of passforios, it **picks the first password suggestion automatically** without the possibility to choose. When the first suggestion is not correct for the website,...
Any update on this? Especially the [second bug](https://github.com/mssun/passforios/issues/537#issuecomment-1009633902) is really annoying.
So you trust iTunes more than a 50 line bash script?
That's great to hear, thank you! A programmatical solution sometime in the future would be very cool, but I think `XLA_PYTHON_CLIENT_PREALLOCATE=false` could do the trick for now. But I assume...
Thank you @froystig, that sounds like a great pythonic solution! However, I don't see that behavior. In the snippet below, GPU memory is not freed after `del arr`. Am I...
Thank you @skye, that solved it!
I'm not against closing this, but since the runtime does increase quite a bit (17s vs 13s in my case, 30% slower), I think there is at least _some_ demand...
Thank you for your feedback! If "slow" means in the order of 0.1s to 1s that would be great. Although I would not call my crude idea an API, I...
Have you tried also setting preallocate to false? ``` os.environ["XLA_PYTHON_CLIENT_PREALLOCATE"] = "false" # add this os.environ["XLA_PYTHON_CLIENT_ALLOCATOR"] = "platform" ```
I'm sorry to chime in on this old issue; maybe this is better suited as a new one. I was under the impression that using jax.lax.scan eliminates "dynamic" control flow...