Skip to content

Is the RTX A4000 supported? #2312

Answered by frankfliu
mmz520 asked this question in Q&A
Jan 10, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You can try to use PyTorch, it should work on Ampere GPU.

I just created a PR to allow MXNet run on sm_86 GPU: #2313.

To reduce the MXNet binary files size, it only compiles with selected CUDA architecture. If you load the MXNet with unsupported sm arch (eg. sm_52), the performance is really bad. We added that check to prevent this happen.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mmz520
Comment options

@frankfliu
Comment options

Answer selected by mmz520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants