Skip to content

Commit

Permalink
fix bug (PaddlePaddle#58822)
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 authored and SecretXV committed Nov 28, 2023
1 parent 044c87e commit e1f4908
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions test/cpp/pir/kernel_dialect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
cc_test_old(
cc_test(
ir_kernel_dialect_pass_test
SRCS
ir_kernel_dialect_pass_test.cc
DEPS
transform
program_translator
op_dialect
pir
phi
gtest)
SRCS ir_kernel_dialect_pass_test.cc
DEPS transform program_translator op_dialect pir phi gtest)

0 comments on commit e1f4908

Please sign in to comment.