Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
LICENSE.*

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
3 changes: 2 additions & 1 deletion flashinfer/comm/cuda_ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ def create_shared_buffer(
# so the following code is used instead
# TODO(bingoo): The PR(https://github.com/PaddlePaddle/Paddle/pull/77152)
# has been fixed.
handles = [None]
# handles = [None]
handles = []
dist.all_gather_object(handles, handle, group=group)

pointers: List[int] = []
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1.2
0.4.1.3
Loading