From 70e7b9dcfe2d0a69e563aee13f43073e179f878a Mon Sep 17 00:00:00 2001 From: Bingoo <1575938147@qq.com> Date: Mon, 11 May 2026 14:58:57 +0800 Subject: [PATCH] fix paddle3.3 version compat issue --- .gitignore | 1 + flashinfer/comm/cuda_ipc.py | 3 ++- version.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 17431e18b7..d31ed333d4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/flashinfer/comm/cuda_ipc.py b/flashinfer/comm/cuda_ipc.py index be41ab9d55..ccb4d7806c 100644 --- a/flashinfer/comm/cuda_ipc.py +++ b/flashinfer/comm/cuda_ipc.py @@ -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] = [] diff --git a/version.txt b/version.txt index abaf45803d..6c11566edd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.1.2 +0.4.1.3