Tianqi Chen
Tianqi Chen
Thanks @seberg . To followup on the conversation about the bitmasking. The particular comment of `uint1x8` was with respect to the bit level case. In the most common cases we...
@tirthasheshpatel just realized that we checkedin the png image to the repo in a previous path. Is it possible to checkin the image to a different location/repo? On one hand...
https://github.com/dmlc/dlpack/issues/104
Can you elaborate what exactly CPU shared is? Is it a DRAM region? Any special support from OS?
I agree, given that we are ABI compatible so far this isn't an issue so far. How about we allow attaching version information in the capsule for now, this way...
we can directly attach it as a version attribute of the PyCapsule
I see, for backward compat reason with the previously defined protocol, then perhaps __dlpack_version__ is a better way to handle this
I like option 2 given it is minimum change from the previous API. additionally, we continue to check if `__dlpack_info__` in the python side (via hasattr, or try/except) to guard...
Please use the latest nnvm along with latest tvm
sounds great!