Shubhamkar Ayare
Shubhamkar Ayare
> So after setting communication-style on the fly in the lisp repl ... > NSWindow drag regions should only be invalidated on the Main Thread! I'm not sure if the...
I will leave the issue open until an option is added to call python from a single thread. It doesn't look too complicated; plus, changing the swank/slynk communication style doesn't...
I might end up making it the default; I will need to check how jupyter notebooks or other python environments behave though.
Recent commits up to d3df012789b1ab46dccb3b21ed59f0633e21b860 (and any more recent) should have added preliminary support for single-threaded mode. This is essentially an alternate system/package "py4cl2-cffi/single-threaded". This shadows a number of exported...
> As a happy user of py4cl2 who wants to move some large arrays around. ~~py4cl2 pickles the arrays and then transfers~~ py4cl2 sends and receives the larger arrays as...
Hi! The issue about numpy-installed-p should be fixed now.
I have made some progress in the [macos branch](https://github.com/digikar99/py4cl2-cffi/tree/macos) - the CI uses macos-14, which according to github is M1. Let me know if you can get it working to...
I got hold of a MacOS at 5 USD for a week from [hostmyapple](https://www.hostmyapple.com/). I can confirm that all-but-one tests pass on this, if you pass `--dynamic-space-size 2560` or better...
The cheapest I see on [HostMyApple](https://www.hostmyapple.com/dedicated-mac-hosting) is 69.99 USD/month. At those price points, I might as well buy myself an M1 or M2 in the upcoming year once I benchmark...
Alright, I'll set up a sponsor over the upcoming week or two. And will also check if py4cl2-cffi works on linux arm64 before that.