Skip to content

Commit 710e69f

Browse files
committed
[XPU] update bkcl to round mode
1 parent 30c0291 commit 710e69f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/external/xpu.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
if(NOT DEFINED XPU_XHPC_BASE_DATE)
3535
set(XPU_XHPC_BASE_DATE "dev/20241113")
3636
endif()
37-
set(XPU_XCCL_BASE_VERSION "1.2.11e")
37+
set(XPU_XCCL_BASE_VERSION "3.0.0.5") # For XRE5
3838
if(NOT DEFINED XPU_XFT_BASE_VERSION)
3939
set(XPU_XFT_BASE_VERSION "20230602")
4040
endif()
@@ -45,7 +45,7 @@ set(XPU_XRE_BASE_URL
4545
)
4646

4747
set(XPU_XCCL_BASE_URL
48-
"https://klx-sdk-release-public.su.bcebos.com/xccl/release/${XPU_XCCL_BASE_VERSION}.1"
48+
"https://klx-sdk-release-public.su.bcebos.com/xccl/release/2.0.0.1" # 2.0.0.1 is the final version for R200
4949
)
5050

5151
if(NOT XPU_XFT_BASE_URL)
@@ -62,12 +62,12 @@ if(WITH_XPTI)
6262
endif()
6363

6464
if(WITH_XPU_XRE5)
65-
set(XPU_XRE_BASE_VERSION "5.0.15.1")
65+
set(XPU_XRE_BASE_VERSION "5.0.21.8")
6666
set(XPU_XRE_BASE_URL
6767
"https://klx-sdk-release-public.su.bcebos.com/xre/kl3-release/${XPU_XRE_BASE_VERSION}"
6868
)
6969
set(XPU_XCCL_BASE_URL
70-
"https://klx-sdk-release-public.su.bcebos.com/xccl/release/${XPU_XCCL_BASE_VERSION}.2"
70+
"https://klx-sdk-release-public.su.bcebos.com/xccl/release/${XPU_XCCL_BASE_VERSION}"
7171
)
7272
endif()
7373

0 commit comments

Comments
 (0)