Weiyi Zheng

Results 7 issues of Weiyi Zheng

Hi, I was trying to use Apex (under fairseq) with BFloat16 and this error pop up. ``` multi_tensor_total_norm norm = multi_tensor_l2norm( RuntimeError: "multi_tensor_l2norm_cuda" not implemented for 'BFloat16' ``` I believe...

ubuntu 14.04, cpu is intel. I am using TP-link AC600. and the forked driver from https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916 The network card would occasionally go disconnect. and upon unplugging it, ubuntu kernel would...

some times I will need to profile RPC applications and it would be useful to have the speedscope of both the client and the server in the same file. Looks...

### 🐛 Describe the bug Prefetcher will hang indefinitely on shutdown(), the faulthandler stack traces indicates that main thread is blocked on https://github.com/pytorch/data/blob/main/torchdata/datapipes/iter/util/prefetcher.py#L113 while child thread is blocked on https://github.com/pytorch/data/blob/main/torchdata/datapipes/iter/util/prefetcher.py#L81,...

### 🐛 Describe the bug I tried all these versions, the only version that worked was the last one, but it's too hacky. Is there a better way? ```py dp...

according to the original author of svgpan, the viewbox zooming issue's fix is described in the following thread. http://code.google.com/p/svgpan/issues/detail?id=4 but i don't see this change in jquery-svgpan. correct me if...

not sure if this could be useful. travis ci can upload compiled zip so people can skip the compilation themselves. I could try to make a working .travis.yml