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

为什么mac mps 加速比cpu 慢 #742

Closed
wuhongsheng opened this issue Sep 4, 2024 · 3 comments
Closed

为什么mac mps 加速比cpu 慢 #742

wuhongsheng opened this issue Sep 4, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@wuhongsheng
Copy link
Contributor

No description provided.

@fumiama
Copy link
Member

fumiama commented Sep 4, 2024

因为pytorch对mps的适配不完善,mps运行时内存泄漏,导致大量时间用于写入磁盘缓存。

@fumiama fumiama added the documentation Improvements or additions to documentation label Sep 4, 2024
@wuhongsheng
Copy link
Contributor Author

因为pytorch对mps的适配不完善,mps运行时内存泄漏,导致大量时间用于写入磁盘缓存。

能说下具体是哪个算子或操作导致性能瓶颈吗

@wuhongsheng wuhongsheng reopened this Sep 5, 2024
@fumiama
Copy link
Member

fumiama commented Sep 6, 2024

能说下具体是哪个算子或操作导致性能瓶颈吗

mask相关的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants