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

cinn(cmake): fix cmake error in dynamic #59711

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

6clc
Copy link
Contributor

@6clc 6clc commented Dec 5, 2023

PR types

Others

PR changes

Others

Description

Pcard-78120

  1. remove cmake debug info
  2. remove prim_flags to test dynamic shape

Copy link

paddle-bot bot commented Dec 5, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@6clc 6clc force-pushed the cinn_jit_instruction_update branch from f9d1b83 to f8af2c4 Compare December 5, 2023 10:53
@@ -27,7 +26,7 @@ if(WITH_GPU)
${CMAKE_COMMAND} -E env
PYTHONPATH=${CMAKE_BINARY_DIR}:${CMAKE_BINARY_DIR}/python/:$ENV{PYTHONPATH}
FLAGS_cinn_bucket_compile=True FLAGS_enable_pir_api=1
FLAGS_prim_all=True ${PYTHON_EXECUTABLE}
Copy link
Contributor

Choose a reason for hiding this comment

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

这个不能删

Copy link
Contributor Author

Choose a reason for hiding this comment

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

避免单测管理混乱,将动态shape子图测试移入了单独的目录,等cinn 分桶机制 和 组合算子支持完备后再改回来。

@ZzSean ZzSean merged commit fd93c54 into PaddlePaddle:develop Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants