Lequn Chen
Lequn Chen
如图,非常明显的就是这段话里面的“的”字。我还有遇到过其他几个字是这种情况,但是现在一时半会记不起来了。 
First of all, thank you Mr. Pires, for this very handy Vagrant project. I added the support of the [Kubernetes Metrics Server](https://github.com/kubernetes-incubator/metrics-server). `plugins/metrics-server/` is from [`metrics-server/deploy/1.8+/`](https://github.com/kubernetes-incubator/metrics-server/tree/master/deploy/1.8%2B). And I have to...
Currently we maintain AOT csrc and JIT csrc separately. Since JIT is the priority and AOT is tested less often, AOT falls out of sync with JIT from time to...
Hi, I ran into the following assertion when running the low latency kernel test over 4 nodes. ``` $ RANK=0 MASTER_ADDR=192.168.0.117 WORLD_SIZE=4 python tests/test_low_latency.py Allocating buffer size: 2116.290944 MB ......
This PR adds the following to the allowlist of string escape characters in JSON schema: ``` \n \r \t \\ \uHHHH ``` I think it's quite normal to allow the...
`from .x import y as y` is a widely recognized way to re-export public APIs. Linters and IDEs are happier with this notation.
Hi, I wonder if it's possible to add NVSHMEM (either to rules_cuda or just on my project for now)? I saw many cuda libraries in the [`templates`](https://github.com/bazel-contrib/rules_cuda/tree/main/cuda/private/templates) folder. I think...