Skip to content

Commit 4606769

Browse files
authored
Fix compilation option settings in paddle_build.sh (#57698)
1 parent 92705c3 commit 4606769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/scripts/paddle_build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,7 @@ EOF
35543554
export WITH_ONNXRUNTIME=${WITH_ONNXRUNTIME:-OFF}
35553555
export WITH_CUDNN_FRONTEND=${WITH_CUDNN_FRONTEND:-OFF}
35563556
export WITH_SHARED_PHI=${WITH_SHARED_PHI:-OFF}
3557+
export WITH_NVCC_LAZY=${WITH_NVCC_LAZY:-ON}
35573558

35583559
if [ "$SYSTEM" == "Linux" ];then
35593560
if [ `nproc` -gt 16 ];then

0 commit comments

Comments
 (0)