Skip to content

Commit 0b09f9d

Browse files
authored
XPU, update xhpc to fix reduce_max bug when [1, t, n] --> [1, 1, n] && t>2048 && n < 128 && n%16!=0 (#68504)
1 parent 1c89f08 commit 0b09f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/xpu.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(NOT DEFINED XPU_XRE_BASE_VERSION)
3030
set(XPU_XRE_BASE_VERSION "4.32.0.1")
3131
endif()
3232
if(NOT DEFINED XPU_XHPC_BASE_DATE)
33-
set(XPU_XHPC_BASE_DATE "eb35/20240926")
33+
set(XPU_XHPC_BASE_DATE "eb35/20240927")
3434
endif()
3535
set(XPU_XCCL_BASE_VERSION "1.2.11e")
3636
if(NOT DEFINED XPU_XFT_BASE_VERSION)

0 commit comments

Comments
 (0)