File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ ENDIF()
36
36
37
37
if (NOT DEFINED XPU_BASE_URL )
38
38
SET (XPU_BASE_URL_WITHOUT_DATE "https://baidu-kunlun-product.cdn.bcebos.com/KL-SDK/klsdk-dev" )
39
- SET (XPU_BASE_URL "${XPU_BASE_URL_WITHOUT_DATE} /20220331 " )
39
+ SET (XPU_BASE_URL "${XPU_BASE_URL_WITHOUT_DATE} /20220411 " )
40
40
else ()
41
41
SET (XPU_BASE_URL "${XPU_BASE_URL} " )
42
42
endif ()
43
43
44
44
SET (XPU_XRE_URL "${XPU_BASE_URL} /${XPU_XRE_DIR_NAME} .tar.gz" CACHE STRING "" FORCE )
45
45
SET (XPU_XDNN_URL "${XPU_BASE_URL} /${XPU_XDNN_DIR_NAME} .tar.gz" CACHE STRING "" FORCE )
46
- SET (XPU_XCCL_URL "${XPU_BASE_URL_WITHOUT_DATE} /20210623 /${XPU_XCCL_DIR_NAME} .tar.gz" CACHE STRING "" FORCE )
46
+ SET (XPU_XCCL_URL "${XPU_BASE_URL_WITHOUT_DATE} /20220411 /${XPU_XCCL_DIR_NAME} .tar.gz" CACHE STRING "" FORCE )
47
47
SET (XPU_PACK_DEPENCE_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/pack_paddle_depence.sh" CACHE STRING "" FORCE )
48
48
49
49
SET (SNAPPY_PREFIX_DIR "${THIRD_PARTY_PATH} /xpu" )
You can’t perform that action at this time.
0 commit comments