We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc025f5 commit 6171705Copy full SHA for 6171705
paddle/fluid/platform/CMakeLists.txt
@@ -12,7 +12,7 @@ add_custom_command(TARGET profiler_py_proto POST_BUILD
12
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
13
14
if(WITH_GPU)
15
- cc_library(enforce SRCS enforce.cc DEPS)
+ nv_library(enforce SRCS enforce.cc)
16
else()
17
cc_library(enforce SRCS enforce.cc)
18
endif()
0 commit comments