Matti Picus
Matti Picus
> it'd be helpful to know more about everyone's usage of DLPack That is the hard part here, and why @tirthasheshpatel submitted #106. Other users of DLPack can add additional...
I think this need to include the `__dlpack_info__` parts of #101 and to provide two structs: a v1 `DLManagedTensor` and a v2+ `DLManagedTensorVersioned`. The default will be to return a...
It would be nice to get some eyes on this. Once there are tests for the current behaviour using different libraries, it should be easier to judge the impact of...
Perhaps in the future, if N becomes large, it might be hard to maintain the tests. For now, with N = 4 there are ~16 tests. Each library has a...
I originally was in favor of capsule renaming, but I think it is not needed given the consensus around the protocol. While it does provide another layer of safety, I...
Rather than a full "requests=" API, could we use a "version=" instead? I think it would be much simpler. I am not sure how practical a more general "requests" API...
It is still open and occurring since the fix was not part of a release. The fix went in Aug 2019, the last release was in May.
Moving to cibuildwheel #241 would make releasing a new version less painful. Help welcome.
Do you mean you are using the `libbacktrace` sources in this repo to build a cross compiled version without `configure`? Could we adopt the direct call to the compiler/linker for...
The change would be to have a configuration option to use the native `libbacktrace` ?