Sebastian Berg
Sebastian Berg
Right, I should have been clear that I thought `library.kernel()` may be using its own stream and that complicates correct stream order _especially_ after the call. Adding the streams (and...
It's still a bit unclear to me what we can and cannot do (not that we will): - The proposed `dlpack_from_py_object(self, void **stream)` API to pass out a stream for...
That sounds reasonable to me (also the change with `prev_version` seems good over there, so long there is a solution all is good and this also versions slots). I am...
@Smith-cc are you interested in trying yourself on a PR? Seems like maybe not the highest priority, but simple enough to restructure it to avoid the division glancing at the...
Thanks @hellerve, it's cool to see that you updated things there! There was a small unintended regression in `np.fix` but I guess we'll wait for one release to actually add...
> reorder some import. I would think just an `import cupy` should also trigger the same issue locally for you (it may depend on the Python version, though)? You can...
Thanks a for looking at this, this is very cool to see this use! I am curious if we can push this further and actually use the promoter _always_. That...
Oh, hmmm, the pyfloat one should work ok probably, although the abstract version woukd be nicer.