Leo Fang
Leo Fang
xref https://github.com/conda-forge/staged-recipes/pull/30963
As of v0.3.3 / https://github.com/conda-forge/cccl-python-feedstock/pull/19, the support matrix of conda/pip are on par: Linux (x64/arm64) & Windows (x64).
Sorry for late reply @oleksandr-pavlyk. Thinking about this more I am not sure it makes sense to add a `stream` argument to `from_dlpack`. Like all other array constructors in the...
Indeed. Here's the way I understand it, using `cupy` and `dpctl` as a concrete example - Case 1: `cupy.from_dlpack(dpctl.tensor.usm_ndarray)`: - `cupy` is consumer, `dpctl` is producer - `dpctl.tensor.__dlpack_device__` is queried,...
/test mini
It's quite surprising that templating with pointer types requires an extra `ctypedef`, which kinda defeats the purpose of templating in the first place. If I have to add `ctypedef`s to...
For the last `AttributeError`, it was caused by a combo of two bugs we recently found, one is fixed in #4594 but another is still ongoing (#4597). It turns out...
As noted in the main epic, we will do this by the next major version update.
I think we should pull this in and raise this warning.
> Or, we include it in NumPy (for ABI reasons) but make it accessible through its own import? This would be my preference for bfloat16 (the current issue) and complex32...