We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b228fd commit a2da62dCopy full SHA for a2da62d
paddle/fluid/operators/CMakeLists.txt
@@ -50,7 +50,7 @@ if(WITH_IPU)
50
add_subdirectory(ipu)
51
endif()
52
53
-SET(OP_HEADER_DEPS xxhash executor)
+SET(OP_HEADER_DEPS xxhash)
54
55
if (WITH_GPU)
56
if (${CMAKE_CUDA_COMPILER_VERSION} LESS 11.0)
0 commit comments