Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#99 from guojunwork/paddlebox
Browse files Browse the repository at this point in the history
modify xctr url and modify xtdk o2 compile
  • Loading branch information
guojunwork authored Jul 15, 2024
2 parents 89687ea + b1964fc commit e61b7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/external/xpu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set(XPU_XCCL_URL
#https://klx-sdk-release-public.su.bcebos.com/xdnn_train/dev/20240312/xctr.tar.gz
#https://klx-sdk-release-public.su.bcebos.com/xdnn_train/dev/20221130/xctr.tar.gz
set(XPU_XCTR_URL
https://klx-sdk-release-public.su.bcebos.com/xdnn_train/dev/20240312/xctr.tar.gz
https://klx-sdk-release-public.su.bcebos.com/xdnn_train/dev/20240701/xctr.tar.gz
CACHE STRING "" FORCE)

#"data-im.baidu.com:/home/work/var/CI_DATA/im/static/pack_paddle_depence.sh/pack_paddle_depence.sh"
Expand Down
2 changes: 1 addition & 1 deletion cmake/xpu_kp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ set(TOOLCHAIN_ARGS)
if(OPT_LEVEL)
set(OPT_LEVEL ${OPT_LEVEL})
else()
set(OPT_LEVEL "-O3")
set(OPT_LEVEL "-O2")
endif()

message(STATUS "Build with API_ARCH=" ${API_ARCH})
Expand Down

0 comments on commit e61b7fc

Please sign in to comment.