Tianqi Ren
Tianqi Ren
**Describe the bug** When communicating with remote actors, messages are sent via grpc, which has limited single message extent to 4MB (4194304 bytes). Therefore, when messages are larger than 4MB...
### What is the feature? According to [PyTorch Documentation](https://pytorch.org/docs/main/notes/get_start_xpu.html), PyTorch 2.5 will support Intel GPUs as compute backend (so-called `xpu` devices). I looked into source of mmengine and find that...
### Version 1.0.0 ### Version 13.1 sm_120 ### Which installation method(s) does this occur on? Pip ### Describe the bug. I'm writing a softmax kernel using cutile: ```python @ct.kernel def...