From 64677dc99eb3c0c3fedd806f184a71839d3d8818 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Mon, 24 Jan 2022 11:21:23 +0800 Subject: [PATCH] Update paddle version from 2.2.0 to 2.2.2 --- cmake/paddlepaddle.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/paddlepaddle.cmake b/cmake/paddlepaddle.cmake index 3119c62f..fc9ba6b0 100644 --- a/cmake/paddlepaddle.cmake +++ b/cmake/paddlepaddle.cmake @@ -30,7 +30,7 @@ message( "WITH_GPU = ${WITH_GPU}") # Paddle Version should be one of: # latest: latest develop build # version number like 1.5.2 -SET(PADDLE_VERSION "2.2.0") +SET(PADDLE_VERSION "2.2.2") if (WITH_GPU) message("CUDA: ${CUDA_VERSION}, CUDNN_MAJOR_VERSION: ${CUDNN_MAJOR_VERSION}") # cuda 11.0 is not supported, 11.2 would be added. -- GitLab