mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
ext/ep: apply clang-format and black to fix CI lint failures
Run `tools/lint.sh cpp` (clang-format 14) and `tools/lint.sh py` (black) over the EP extension files added by this PR. No functional changes; pure reformatting to satisfy the cpplint and pylint CI jobs.
This commit is contained in:
@@ -177,7 +177,9 @@ class Buffer:
|
||||
def get_next_low_latency_combine_buffer(self, num_max_dispatch_tokens_per_rank: int, hidden: int, num_experts: int):
|
||||
return self.runtime.get_next_low_latency_combine_buffer(num_max_dispatch_tokens_per_rank, hidden, num_experts)
|
||||
|
||||
def get_local_buffer_tensor(self, dtype: torch.dtype, offset: int = 0, use_rdma_buffer: bool = False) -> torch.Tensor:
|
||||
def get_local_buffer_tensor(
|
||||
self, dtype: torch.dtype, offset: int = 0, use_rdma_buffer: bool = False
|
||||
) -> torch.Tensor:
|
||||
return self.runtime.get_local_buffer_tensor(dtype, offset, use_rdma_buffer)
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user