未验证 提交 9eda000c 编写于 作者: J jjyaoao 提交者: GitHub

Delete the keyword WITH_ASCEND_INT64 in configure.cmake and CMakeList (#52718)

* Delete the keyword WITH_ASCEND_INT64 in configure.cmake and CMakeList

* try pass Static-Check
上级 f5332cad
...@@ -288,7 +288,6 @@ option(NEW_RELEASE_ALL ...@@ -288,7 +288,6 @@ option(NEW_RELEASE_ALL
OFF) OFF)
option(NEW_RELEASE_JIT option(NEW_RELEASE_JIT
"PaddlePaddle next-level release strategy for backup jit package" OFF) "PaddlePaddle next-level release strategy for backup jit package" OFF)
option(WITH_ASCEND_INT64 "Compile with int64 kernel for ascend NPU" OFF)
option(WITH_POCKETFFT "Compile with pocketfft support" ON) option(WITH_POCKETFFT "Compile with pocketfft support" ON)
option(WITH_RECORD_BUILDTIME option(WITH_RECORD_BUILDTIME
"Compile PaddlePaddle with record all targets build time" OFF) "Compile PaddlePaddle with record all targets build time" OFF)
......
...@@ -93,8 +93,8 @@ if(WITH_BOX_PS) ...@@ -93,8 +93,8 @@ if(WITH_BOX_PS)
add_definitions(-DPADDLE_WITH_BOX_PS) add_definitions(-DPADDLE_WITH_BOX_PS)
endif() endif()
if(WITH_ASCEND_INT64) if(WITH_ASCEND)
add_definitions(-DPADDLE_WITH_ASCEND_INT64) add_definitions(-DPADDLE_WITH_ASCEND)
endif() endif()
if(WITH_XPU) if(WITH_XPU)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册