Skip to content

Commit

Permalink
disable jit_kernel_benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin001 committed Sep 22, 2021
1 parent 60cea92 commit 99dbb32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paddle/fluid/operators/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ endif()

cc_library(jit_kernel_helper INTERFACE SRCS ${jit_kernel_cc_srcs} DEPS jit_kernel_base ${JIT_KERNEL_DEPS})
cc_test(jit_kernel_test SRCS test.cc DEPS jit_kernel_helper)
if(NOT WIN32)
# TODO(alleng) fix error when WITH_IPU
if(NOT WIN32 AND NOT WITH_IPU)
cc_binary(jit_kernel_benchmark SRCS benchmark.cc DEPS jit_kernel_helper device_tracer tensor)
endif()
if(WITH_TESTING AND TEST jit_kernel_test)
Expand Down

0 comments on commit 99dbb32

Please sign in to comment.