Skip to content

Commit

Permalink
Revert "[Eager] coreops to 495 (#37926)"
Browse files Browse the repository at this point in the history
This reverts commit aff7397.
  • Loading branch information
jim19930609 authored Dec 9, 2021
1 parent 890638c commit 823208f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 517 deletions.
2 changes: 1 addition & 1 deletion paddle/fluid/eager/tests/performance_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cc_library(performance_benchmark_utils SRCS benchmark_utils.cc DEPS ${eager_deps} ${fluid_deps} ${generated_deps} eager_scale scale_node scale_op matmul_v2_op dygraph_function)
cc_library(performance_benchmark_utils SRCS benchmark_utils.cc DEPS ${eager_deps} ${fluid_deps} ${generated_deps} eager_scale scale_node scale_op matmul_v2_op)

cc_test(test_egr_performance_benchmark_eager_cpu SRCS benchmark_eager_cpu.cc DEPS performance_benchmark_utils ${eager_deps} ${fluid_deps})
cc_test(test_egr_performance_benchmark_fluid_cpu SRCS benchmark_fluid_cpu.cc DEPS performance_benchmark_utils ${eager_deps} ${fluid_deps})
Expand Down
Loading

0 comments on commit 823208f

Please sign in to comment.