Gao, Xiang

Results 24 comments of Gao, Xiang

Related customer issue: https://github.com/pytorch/pytorch/pull/80714

Wait, is the `thrust::lower_bound` here a CDP launch? From `nsys nvprof`, I only see one kernel, which is the one I wrote: ``` Time (%) Total Time (ns) Instances Avg...

I would recommend that we modify the behavior of things like `$(command &)` and `!(command &)` to return an awaitable in sync context. Currently it is returning a NoneType: ```python...

Add xyz files in this folder: https://github.com/aiqm/torchani/tree/master/tools/generate-unit-test-expect

Hi @chemxyang, this is a good-to-have feature. But currently, we don't have enough man-power to work on it. It is welcome if someone would like to work on it!

@peterjc123 Now it is deleted

I had the same problem. It was solved after installing tuntap drivers. @friedrich Thanks!

@allisonvacanti Looks like in NVIDIA/cub#357, iterators are only supported for offsets, for input and output keys and values, they still need to be pointers?