Frank Liu

Results 16 comments of Frank Liu

is there a plan on how to consolidates the APIs? if yes. maybe i can work on the implementation.

I am bothered by this issue for a while. it will be good if pytorch/xla can pin to a specific pytorch and xla version. is there any existing design or...

if nobody else is looking at this issue. i can work on this

after an investigation, this is my plan to add native `torch.Generator` on pytorch/xla. Basically, follow the example of [CUDAGeneratorImpl.cpp](https://github.com/pytorch/pytorch/blob/74ebd8d14e0d612ed35557ab254a90facf73b029/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp) 1. **Create a Custom XLA Generator Implementation**: create a new C++...

Thanks @qihqi for approving the plan. i cannot think of any specific things that i need from you at the moment. i will ask for support if i need. thank...

@qihqi i need some help on how to build and test the cpp files added for the xla generator. i added `xla_generator.h` and `xla_generator.cpp` file under `torch_xla/csrc` and added the...

> [@qihqi](https://github.com/qihqi) i need some help on how to build and test the cpp files added for the xla generator. i added `xla_generator.h` and `xla_generator.cpp` file under `torch_xla/csrc` and added...