Leo Fang

Results 1175 comments of Leo Fang

> The problem is that redefined types are not type-compatible with the graphics APIs in the static library I am curious, why aren't they type-compatible (and in what sense)? If...

Ah, I see! I had forgotten about #22 exists completely... I wonder if it would help if we auto-generate the (unmangled) ["C names"](https://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#resolving-naming-conflicts-c-name-specifications) supported by Cython: > As for functions,...

/ok to test de22d5f

/ok to test ded78442

Thanks, Vlad! Since the CI was green and the last change is string-only, let me admin-merge it.

cc: @seberg @rgommers @oleksandr-pavlyk for vis

Thanks, Tianqi! > we should keep track of migration status of other projects, including pytorch Totally agreed. I've shared the DLPack update news internally a few months back. Will try...

The fact that accessing a single element `recarray[i]` gives a scalar `record` is just so daunting… It should at least come with a `ctypes` attribute so as to access the...

It is the _consumer_ that passes the stream to the producer. Whether or not the _user_ can affect which stream to pass by the consumer depends on how the consumer...