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

add cudnn-frontend and dirent #54461

Merged
merged 10 commits into from
Jun 19, 2023
Merged

add cudnn-frontend and dirent #54461

merged 10 commits into from
Jun 19, 2023

Conversation

mrcangye
Copy link
Contributor

@mrcangye mrcangye commented Jun 8, 2023

PR types

Performance optimization

PR changes

Others

Description

#54305

@paddle-bot
Copy link

paddle-bot bot commented Jun 8, 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.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Jun 8, 2023
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Jun 8, 2023
risemeup1
risemeup1 previously approved these changes Jun 9, 2023
Copy link
Contributor

@risemeup1 risemeup1 left a comment

Choose a reason for hiding this comment

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

LGTM

endif()
endfunction()

download_dirent()

Copy link
Contributor

Choose a reason for hiding this comment

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

如果之前下载了到源码目录了,再重新执行,会再次下载吗?还是会覆盖掉?是否需要判断一下再决定下不下载呢?

@mrcangye mrcangye requested a review from risemeup1 June 16, 2023 06:06
Copy link
Contributor

@risemeup1 risemeup1 left a comment

Choose a reason for hiding this comment

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

LGTM

@risemeup1 risemeup1 merged commit 52e2a55 into PaddlePaddle:develop Jun 19, 2023
set(DIRENT_URL
"https://github.com/tronkko/dirent/archive/refs/tags/1.23.2.tar.gz"
CACHE STRING "" FORCE)
set(DIRENT_CACHE_FILENAME "1.23.2.tar.gz")

Choose a reason for hiding this comment

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

win10下面使用cmake-gui编译时会因为DIRENT_CACHE_FILENAME这个变量没有设置而无法下载dirent然后报错,建议将set(DIRENT_CACHE_FILENAME "1.23.2.tar.gz")放到endif()后面,这样才能保证DIRENT_CACHE_FILENAME这个变量始终可以正确设置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants