flashinfer.comm.create_shared_buffer¶
- flashinfer.comm.create_shared_buffer(size_in_bytes: int, group: ProcessGroup | None = None) → List[int]¶
Creates a shared buffer and returns a list of pointers representing the buffer on all processes in the group.