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

[BUG] does not support nvidia A30 #450

Open
zhaohb opened this issue Jul 13, 2022 · 2 comments
Open

[BUG] does not support nvidia A30 #450

zhaohb opened this issue Jul 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@zhaohb
Copy link

zhaohb commented Jul 13, 2022

I converted a model on the A30 card, but was stuck in cuda_init when main_test was executed.
It's stuck on:

...
 CUDNN_SAFE_CALL(cudnnCreate(&cudnn_handle_0))
...

how to fix it?

@zhaohb zhaohb added the bug Something isn't working label Jul 13, 2022
@xysmlx
Copy link
Contributor

xysmlx commented Jul 14, 2022

Hi, @zhaohb,

Thank you for your attention. You may need to add the compilation information (i.e., -gencode arch=compute_80,code=sm_80) to the compilation flags to support the A30 GPU, and re-build the NNFusion.

@puddingfjz
Copy link

Hi, @xysmlx,

If I want to try Roller on A100, which part of the code should I modify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants