Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Paddle-TRT] upgrade EnqueueV2 to EnqueueV3 #59950

Merged
merged 29 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enqueueV3
  • Loading branch information
lizexu123 committed Jan 8, 2024
commit 746f96db9531b0e1961b07693afb064944a76483
3 changes: 3 additions & 0 deletions test/ir/inference/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if(NOT WITH_DISTRIBUTE)
list(REMOVE_ITEM TEST_TRT_CONVERTER "test_trt_convert_c_allreduce")
endif()

list(REMOVE_ITEM TEST_TRT_CONVERTER "test_trt_convert_bitwise_and")
list(REMOVE_ITEM TEST_TRT_CONVERTER "test_trt_convert_bitwise_or")
list(REMOVE_ITEM TEST_TRT_CONVERTER "test_trt_convert_bitwise_not")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这几个为啥删掉呢

if(WIN32)
list(REMOVE_ITEM TEST_INFERENCE_IR_PASSES
"test_trt_convert_fused_token_prune")
Expand Down