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

Nvidia GPU的JIT存在问题 #4

Open
zhangzhimin opened this issue Mar 29, 2023 · 0 comments
Open

Nvidia GPU的JIT存在问题 #4

zhangzhimin opened this issue Mar 29, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@zhangzhimin
Copy link
Contributor

目前Nvidia GPU的CUDA Context是在产生ptx的时候打开, 且默认使用设备0, 这意味着我们无法在代码运行时动态切换设备(使用不同显卡), 且存在一些内存问题.

考虑重新设计JIT机制, 将PTX的产生挪到运行时, 或者其他的解决方案

@zhangzhimin zhangzhimin added bug Something isn't working good first issue Good for newcomers labels Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant